Skip to content

Commit 19f4dae

Browse files
committed
GH-5365 update pom.xml and also fix typo in AbstractIRI
1 parent ca320c1 commit 19f4dae

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

core/model-api/src/main/java/org/eclipse/rdf4j/model/base/AbstractIRI.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public int hashCode() {
5858
cachedHashCode = cached;
5959
}
6060
}
61-
cached = stringValue().hashCode();
62-
cachedHashCode = cached;
6361
}
6462
return cached;
6563
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
<dependency>
657657
<groupId>no.hasmac</groupId>
658658
<artifactId>hasmac-json-ld</artifactId>
659-
<version>0.10.1</version>
659+
<version>0.10.2</version>
660660
</dependency>
661661
<!-- kerby is used by solr-->
662662
<dependency>

0 commit comments

Comments
 (0)