I’m encountering an error when trying to implement...
# announcements
m
I’m encountering an error when trying to implement an abstract class which extends
MultiValuedMap
in Java. It shows ‘Same JVM signature’ error when I was trying to override
keySet()
method in
MultiValuedMap
. Are there any solutions to fix that? Thanks in advance.