summaryrefslogtreecommitdiff
path: root/src/proguard/classfile/constant/visitor/ExceptClassConstantFilter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/classfile/constant/visitor/ExceptClassConstantFilter.java')
-rw-r--r--src/proguard/classfile/constant/visitor/ExceptClassConstantFilter.java9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/proguard/classfile/constant/visitor/ExceptClassConstantFilter.java b/src/proguard/classfile/constant/visitor/ExceptClassConstantFilter.java
index bff4d1e..82f180d 100644
--- a/src/proguard/classfile/constant/visitor/ExceptClassConstantFilter.java
+++ b/src/proguard/classfile/constant/visitor/ExceptClassConstantFilter.java
@@ -2,7 +2,7 @@
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
- * Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu)
+ * Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -20,13 +20,8 @@
*/
package proguard.classfile.constant.visitor;
-import proguard.classfile.*;
-import proguard.classfile.editor.*;
-import proguard.classfile.attribute.*;
-import proguard.classfile.attribute.annotation.*;
-import proguard.classfile.attribute.preverification.*;
+import proguard.classfile.Clazz;
import proguard.classfile.constant.ClassConstant;
-import proguard.classfile.constant.visitor.ConstantVisitor;
import proguard.classfile.util.SimplifiedVisitor;
/**