aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder
diff options
context:
space:
mode:
authoraclement <aclement>2008-06-03 05:28:59 +0000
committeraclement <aclement>2008-06-03 05:28:59 +0000
commitbcf1554a1090c210da1ff66f8d8a190aac6b38a1 (patch)
tree7c1abfe3bfc34080857e2b90daeee80844c925cc /bcel-builder
parent580fdaf3abb0c416d280f6246348a002801db2f4 (diff)
downloadaspectj-bcf1554a1090c210da1ff66f8d8a190aac6b38a1.tar.gz
aspectj-bcf1554a1090c210da1ff66f8d8a190aac6b38a1.zip
organized imports
Diffstat (limited to 'bcel-builder')
-rw-r--r--bcel-builder/src/org/aspectj/apache/bcel/classfile/Field.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bcel-builder/src/org/aspectj/apache/bcel/classfile/Field.java b/bcel-builder/src/org/aspectj/apache/bcel/classfile/Field.java
index a2dfed81d..4465f3027 100644
--- a/bcel-builder/src/org/aspectj/apache/bcel/classfile/Field.java
+++ b/bcel-builder/src/org/aspectj/apache/bcel/classfile/Field.java
@@ -55,7 +55,6 @@ package org.aspectj.apache.bcel.classfile;
*/
import java.io.DataInputStream;
import java.io.IOException;
-import java.util.List;
import org.aspectj.apache.bcel.generic.Type;
@@ -63,7 +62,7 @@ import org.aspectj.apache.bcel.generic.Type;
* This class represents the field info structure, i.e., the representation
* for a variable in the class. See JVM specification for details.
*
- * @version $Id: Field.java,v 1.3 2008/05/28 23:53:01 aclement Exp $
+ * @version $Id: Field.java,v 1.4 2008/06/03 05:28:59 aclement Exp $
* @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
*/
public final class Field extends FieldOrMethod {