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/30 19:26:38 UTC

incubator-commonsrdf git commit: Update javadoc

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master a83c371d3 -> f56e85656


Update javadoc


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

Branch: refs/heads/master
Commit: f56e85656a8a587fbaedea9e3dd9c1ee038ae2f5
Parents: a83c371
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Oct 30 19:26:28 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Oct 30 19:26:28 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/commons/rdf/integrationtests/AllToAllTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f56e8565/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
----------------------------------------------------------------------
diff --git a/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java b/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
index b6dce6f..5589bd7 100644
--- a/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
+++ b/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
@@ -69,7 +69,7 @@ public class AllToAllTest {
     }
 
     /**
-     * This test creates a {@link Graph} with the first {@link RDFTermFactory},
+     * This test creates a {@link Graph} with the first {@link RDF},
      * then inserts/queries with triples using {@link RDFTerm}s created with the
      * second factory.
      *