We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca320c1 commit 19f4daeCopy full SHA for 19f4dae
2 files changed
core/model-api/src/main/java/org/eclipse/rdf4j/model/base/AbstractIRI.java
@@ -58,8 +58,6 @@ public int hashCode() {
58
cachedHashCode = cached;
59
}
60
61
- cached = stringValue().hashCode();
62
- cachedHashCode = cached;
63
64
return cached;
65
pom.xml
@@ -656,7 +656,7 @@
656
<dependency>
657
<groupId>no.hasmac</groupId>
658
<artifactId>hasmac-json-ld</artifactId>
659
- <version>0.10.1</version>
+ <version>0.10.2</version>
660
</dependency>
661
<!-- kerby is used by solr-->
662
0 commit comments