stardog-union / pellet

Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
http://clarkparsia.com/pellet
Other
302 stars 153 forks source link

MultiValueMap.java compile error #16

Open rsgoncalves opened 9 years ago

rsgoncalves commented 9 years ago

I'm getting the error below when building version 4f34f1e7ae5bbb9ab7a5738eb975cacf3f967115 , using Java 1.8 in Mac OS X 10.10.2

.../pellet/core/src/main/java/org/mindswap/pellet/utils/MultiValueMap.java:[70,20] name clash: remove(K,V) in org.mindswap.pellet.utils.MultiValueMap and remove(java.lang.Object,java.lang.Object) in java.util.HashMap have the same erasure, yet neither overrides the other

ansell commented 9 years ago

A pull request to fix this is open at:

https://github.com/clarkparsia/pellet/pull/15