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 2014/09/27 17:11:55 UTC

svn commit: r1627976 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java

Author: ggregory
Date: Sat Sep 27 15:11:54 2014
New Revision: 1627976

URL: http://svn.apache.org/r1627976
Log:
Remove unused imports.

Modified:
    commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java

Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java?rev=1627976&r1=1627975&r2=1627976&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java (original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java Sat Sep 27 15:11:54 2014
@@ -19,8 +19,6 @@ package org.apache.bcel.verifier.structu
 
 
 import java.util.ArrayList;
-import java.util.List;
-
 import org.apache.bcel.generic.InstructionHandle;
 
 /**