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/11/03 13:11:36 UTC

[3/3] incubator-commonsrdf git commit: javadoc tweak

javadoc tweak


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

Branch: refs/heads/master
Commit: 7e700cb37c69ca27a15cc383a6eec75f5ee6745c
Parents: e40d123
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Nov 3 13:11:23 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Nov 3 13:11:23 2016 +0000

----------------------------------------------------------------------
 .../test/java/org/apache/commons/rdf/api/AbstractGraphTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/7e700cb3/api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java
----------------------------------------------------------------------
diff --git a/api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java b/api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java
index 7b1310c..2642696 100644
--- a/api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java
+++ b/api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java
@@ -504,7 +504,7 @@ public abstract class AbstractGraphTest {
      *    }
      * </pre>
      *
-     * @throws Exception
+     * @throws Exception If test fails
      */
     @Test
     public void whyJavaStreamsMightNotTakeOverFromSparql() throws Exception {