Skip to content

Commit f0d8f28

Browse files
authored
docs: Fix content => context typo in RepositoryConnection JavaDoc
1 parent c931f34 commit f0d8f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/repository/api/src/main/java/org/eclipse/rdf4j/repository/RepositoryConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Update prepareUpdate(QueryLanguage ql, String update, String baseURI)
372372
throws RepositoryException, MalformedQueryException;
373373

374374
/**
375-
* Gets all resources that are used as content identifiers. Care should be taken that the returned
375+
* Gets all resources that are used as context identifiers. Care should be taken that the returned
376376
* {@link RepositoryResult} is closed to free any resources that it keeps hold of.
377377
*
378378
* @return a RepositoryResult object containing Resources that are used as context identifiers.

0 commit comments

Comments
 (0)