Author: sebb
Date: Sat Sep 12 12:09:01 2015
New Revision: 1702626
URL: http://svn.apache.org/r1702626
Log:
Unnecessary
Modified:
commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/verifier/tests/TestArray01.java
Modified: commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/verifier/tests/TestArray01.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/verifier/tests/TestArray01.java?rev=1702626&r1=1702625&r2=1702626&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/verifier/tests/TestArray01.java
(original)
+++ commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/verifier/tests/TestArray01.java
Sat Sep 12 12:09:01 2015
@@ -31,15 +31,12 @@ public class TestArray01{
return a;
}
- @SuppressWarnings("unused")
public static void test2(Object o){
}
- @SuppressWarnings("unused")
public static void test3(Serializable o){
}
- @SuppressWarnings("unused")
public static void test4(Cloneable o){
}
|