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/26 15:49:59 UTC

[6/8] incubator-commonsrdf git commit: javadoc tweaks

javadoc tweaks


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

Branch: refs/heads/COMMONSRDF-46
Commit: c0a9b8043c72b3232e128dd83399222bfe4c0987
Parents: 9b1b958
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 16:38:31 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 16:42:01 2016 +0100

----------------------------------------------------------------------
 .../commons/rdf/integrationtests/AllToAllTest.java  | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/c0a9b804/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 1b32e35..38733bc 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
@@ -74,14 +74,12 @@ public class AllToAllTest {
 		return allToAll;
 	}
 
-		/**
+	/**
 	 * This test creates a {@link Graph} with the first
 	 * {@link RDFTermFactory}, then inserts/queries with
 	 * triples using {@link RDFTerm}s created with the second factory.
 	 *
-	 * @param nodeFactory Factory to create {@link RDFTerm} instances
-	 * @param graphFactory Factory to create {@link Graph}
-	 * @throws Exception
+	 * @throws Exception Just in case..
 	 */
 	@Test
 	public void addTermsFromOtherFactory() throws Exception {
@@ -124,12 +122,12 @@ public class AllToAllTest {
 
 
 	/**
-	 * This is a variation of {@link #addTermsFromOtherFactory(RDFTermFactory, RDFTermFactory)},
-	 * but here {@link Triple} is created in the "foreign" nodeFactory before adding to the graph.
-	 *
-	 * @param nodeFactory Factory to create {@link RDFTerm} and {@link Triple}s
-	 * @param graphFactory Factory to create {@link Graph}
+	 * This is a variation of {@link #addTermsFromOtherFactory()}, but here
+	 * {@link Triple} is created in the "foreign" nodeFactory before adding to
+	 * the graph.
+	 * 
 	 * @throws Exception
+	 *             Just in case..
 	 */
 	@Test
 	public void addTriplesFromOtherFactory() throws Exception {