Skip to content

Commit

Permalink
mark as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
bherber1 committed Dec 26, 2024
1 parent c7fc915 commit 43064ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import java.util.concurrent.locks.LockSupport;
import java.util.concurrent.locks.ReentrantLock;

import org.eclipse.rdf4j.common.annotation.Experimental;
import org.eclipse.rdf4j.common.annotation.InternalUseOnly;
import org.eclipse.rdf4j.common.concurrent.locks.Lock;
import org.eclipse.rdf4j.common.concurrent.locks.diagnostics.ConcurrentCleaner;
Expand Down Expand Up @@ -971,6 +972,7 @@ protected void prepareInternal() throws SailException {
protected abstract void addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
throws SailException;

@Experimental
protected void bulkAddStatementsInternal(final Collection<? extends Statement> statements)
throws SailException {
for (final Statement st : statements) {
Expand Down

0 comments on commit 43064ff

Please sign in to comment.