Skip to content

Commit 929fb35

Browse files
committed
wip
1 parent 403cfa5 commit 929fb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/sail/api/src/main/java/org/eclipse/rdf4j/sail/helpers/AbstractSailConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public final boolean hasStatement(Resource subj, IRI pred, Value obj, boolean in
443443
protected boolean hasStatementInternal(Resource subj, IRI pred, Value obj, boolean includeInferred,
444444
Resource[] contexts) {
445445
try (var iteration = getStatementsInternal(subj, pred, obj, includeInferred, contexts)) {
446-
return iteration.hasNext();
446+
return iteration.hasNext();
447447
}
448448
}
449449

0 commit comments

Comments
 (0)