Skip to content

Commit

Permalink
Update src/main/java/se/liu/ida/hefquin/engine/wrappers/lpgwrapper/im…
Browse files Browse the repository at this point in the history
…pl/SingleNodeLabelMappingToURIsImpl.java

Co-authored-by: Olaf Hartig <[email protected]>
  • Loading branch information
BentolhodaH and hartig authored Nov 25, 2023
1 parent e2bdd03 commit 6a4a94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public String unmap(final Node node) {

@Override
public boolean isPossibleResult(final Node node) {
return node.isURI() && node.getURI().equals(this.node.getURI());
return node.equals( this.node );
}

}

0 comments on commit 6a4a94a

Please sign in to comment.