summaryrefslogtreecommitdiff
path: root/src/proguard/classfile/visitor/ExceptionHandlerConstantVisitor.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/classfile/visitor/ExceptionHandlerConstantVisitor.java')
-rw-r--r--src/proguard/classfile/visitor/ExceptionHandlerConstantVisitor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proguard/classfile/visitor/ExceptionHandlerConstantVisitor.java b/src/proguard/classfile/visitor/ExceptionHandlerConstantVisitor.java
index de7139b..3a08892 100644
--- a/src/proguard/classfile/visitor/ExceptionHandlerConstantVisitor.java
+++ b/src/proguard/classfile/visitor/ExceptionHandlerConstantVisitor.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
@@ -21,9 +21,9 @@
package proguard.classfile.visitor;
import proguard.classfile.*;
-import proguard.classfile.constant.visitor.ConstantVisitor;
import proguard.classfile.attribute.*;
import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
+import proguard.classfile.constant.visitor.ConstantVisitor;
/**
* This <code>ExceptionInfoVisitor</code> lets a given