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:46:39 UTC

[1/2] incubator-commonsrdf git commit: javadoc tweaks

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 9b1b958a4 -> 4f243b351


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/master
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 {


[2/2] incubator-commonsrdf git commit: ASF license headers

Posted by st...@apache.org.
ASF license headers


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

Branch: refs/heads/master
Commit: 4f243b351d1fd0b3468d2e1b646463e1d6be5ba0
Parents: c0a9b80
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 16:46:29 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 16:46:29 2016 +0100

----------------------------------------------------------------------
 .../commons/rdf/jsonldjava/JsonLdTripleLike.java   | 17 +++++++++++++++++
 .../rdf/jsonldjava/JsonLdBlankNodeTest.java        | 17 +++++++++++++++++
 .../apache/commons/rdf/rdf4j/ClosableIterable.java | 17 +++++++++++++++++
 3 files changed, 51 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4f243b35/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java
----------------------------------------------------------------------
diff --git a/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java b/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java
index ff06038..8004a02 100644
--- a/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java
+++ b/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.commons.rdf.jsonldjava;
 
 import org.apache.commons.rdf.api.TripleLike;

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4f243b35/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java
----------------------------------------------------------------------
diff --git a/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java b/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java
index 0bf8fb6..1af375a 100644
--- a/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java
+++ b/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.commons.rdf.jsonldjava;
 
 import java.util.UUID;

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4f243b35/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java
----------------------------------------------------------------------
diff --git a/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java b/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java
index ab4290b..e8c6ad5 100644
--- a/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java
+++ b/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.commons.rdf.rdf4j;
 
 /**