You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/13 07:45:58 UTC

svn commit: r1748111 - /commons/proper/bcel/trunk/src/test/java/org/apache/bcel/PerformanceTest.java

Author: ggregory
Date: Mon Jun 13 07:45:58 2016
New Revision: 1748111

URL: http://svn.apache.org/viewvc?rev=1748111&view=rev
Log:
Remove IOException from declaration as it is not actually thrown.

Modified:
    commons/proper/bcel/trunk/src/test/java/org/apache/bcel/PerformanceTest.java

Modified: commons/proper/bcel/trunk/src/test/java/org/apache/bcel/PerformanceTest.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/test/java/org/apache/bcel/PerformanceTest.java?rev=1748111&r1=1748110&r2=1748111&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/test/java/org/apache/bcel/PerformanceTest.java (original)
+++ commons/proper/bcel/trunk/src/test/java/org/apache/bcel/PerformanceTest.java Mon Jun 13 07:45:58 2016
@@ -131,7 +131,7 @@ public final class PerformanceTest exten
         }
     }
 
-    public void testPerformance() throws IOException {
+    public void testPerformance() {
         File javaLib = new File(System.getProperty("java.home") + "/lib");
         javaLib.listFiles(new FileFilter() {