Repository: jena
Updated Branches:
  refs/heads/master b46ba975f -> 65e7b0f0e


Fix javadoc warnings.

Methods do not declare ClassNotFoundException.

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

Branch: refs/heads/master
Commit: a38e1ec63fdfa740c392d0ab7b7eebb6090d0231
Parents: b46ba97
Author: Andy Seaborne <[email protected]>
Authored: Sat Mar 5 13:56:04 2016 +0000
Committer: Andy Seaborne <[email protected]>
Committed: Sat Mar 5 13:56:04 2016 +0000

----------------------------------------------------------------------
 .../rdf/io/input/AbstractNodeTupleInputFormatTests.java      | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/a38e1ec6/jena-elephas/jena-elephas-io/src/test/java/org/apache/jena/hadoop/rdf/io/input/AbstractNodeTupleInputFormatTests.java
----------------------------------------------------------------------
diff --git 
a/jena-elephas/jena-elephas-io/src/test/java/org/apache/jena/hadoop/rdf/io/input/AbstractNodeTupleInputFormatTests.java
 
b/jena-elephas/jena-elephas-io/src/test/java/org/apache/jena/hadoop/rdf/io/input/AbstractNodeTupleInputFormatTests.java
index bf44c10..155d10a 100644
--- 
a/jena-elephas/jena-elephas-io/src/test/java/org/apache/jena/hadoop/rdf/io/input/AbstractNodeTupleInputFormatTests.java
+++ 
b/jena-elephas/jena-elephas-io/src/test/java/org/apache/jena/hadoop/rdf/io/input/AbstractNodeTupleInputFormatTests.java
@@ -358,7 +358,6 @@ public abstract class 
AbstractNodeTupleInputFormatTests<TValue, T extends Abstra
      * Basic tuples input test
      * 
      * @throws IOException
-     * @throws ClassNotFoundException
      * @throws InterruptedException
      */
     @Test
@@ -370,7 +369,6 @@ public abstract class 
AbstractNodeTupleInputFormatTests<TValue, T extends Abstra
      * Basic tuples input test
      * 
      * @throws IOException
-     * @throws ClassNotFoundException
      * @throws InterruptedException
      */
     @Test
@@ -382,7 +380,6 @@ public abstract class 
AbstractNodeTupleInputFormatTests<TValue, T extends Abstra
      * Basic tuples input test
      * 
      * @throws IOException
-     * @throws ClassNotFoundException
      * @throws InterruptedException
      */
     @Test
@@ -394,7 +391,6 @@ public abstract class 
AbstractNodeTupleInputFormatTests<TValue, T extends Abstra
      * Basic tuples input test
      * 
      * @throws IOException
-     * @throws ClassNotFoundException
      * @throws InterruptedException
      */
     @Test
@@ -496,7 +492,6 @@ public abstract class 
AbstractNodeTupleInputFormatTests<TValue, T extends Abstra
      * tuples test with multiple inputs
      * 
      * @throws IOException
-     * @throws ClassNotFoundException
      * @throws InterruptedException
      */
     @Test
@@ -569,7 +564,6 @@ public abstract class 
AbstractNodeTupleInputFormatTests<TValue, T extends Abstra
      * 
      * @throws IOException
      * @throws InterruptedException
-     * @throws ClassNotFoundException
      */
     @Test
     public final void split_input_01() throws IOException, 
InterruptedException {
@@ -586,7 +580,6 @@ public abstract class 
AbstractNodeTupleInputFormatTests<TValue, T extends Abstra
      * 
      * @throws IOException
      * @throws InterruptedException
-     * @throws ClassNotFoundException
      */
     @Test
     public final void split_input_02() throws IOException, 
InterruptedException {
@@ -604,7 +597,6 @@ public abstract class 
AbstractNodeTupleInputFormatTests<TValue, T extends Abstra
      * 
      * @throws IOException
      * @throws InterruptedException
-     * @throws ClassNotFoundException
      */
     @Test
     public final void split_input_03() throws IOException, 
InterruptedException {

Reply via email to