You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/07 15:01:27 UTC

[24/50] incubator-commonsrdf git commit: javadoc update

javadoc update


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/b7bdebc8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/b7bdebc8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/b7bdebc8

Branch: refs/heads/master
Commit: b7bdebc81d6442f8b9dbbc67aca98726528bfcc6
Parents: 69814ee
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Oct 3 18:34:28 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Oct 3 18:34:28 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java     | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/b7bdebc8/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java
----------------------------------------------------------------------
diff --git a/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java b/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java
index 54edaa7..1b4f1bd 100644
--- a/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java
+++ b/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/RDF4JTermFactory.java
@@ -98,10 +98,7 @@ import org.eclipse.rdf4j.sail.memory.MemoryStore;
  * cause accidental {@link BlankNode} equivalence. Note that the {@link Graph}
  * and {@link Dataset} adapter methods like
  * {@link #asRDFTermDataset(Repository)} and {@link #asRDFTermGraph(Model)}
- * therefore uses a unique {@link RDF4JTermFactory} internally. An alternative
- * is to use the static methods {@link #asRDFTerm(Value, UUID)},
- * {@link #asQuad(Statement, UUID)} or {@link #asTriple(Statement, UUID)} with
- * a provided {@link UUID} salt.
+ * therefore uses a unique {@link RDF4JTermFactory} internally.
  *
  */
 public class RDF4JTermFactory implements RDFTermFactory {