summaryrefslogtreecommitdiff
path: root/src/proguard/gui/MessageDialogRunnable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/gui/MessageDialogRunnable.java')
-rw-r--r--src/proguard/gui/MessageDialogRunnable.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/proguard/gui/MessageDialogRunnable.java b/src/proguard/gui/MessageDialogRunnable.java
index 6c2152c..d1809c7 100644
--- a/src/proguard/gui/MessageDialogRunnable.java
+++ b/src/proguard/gui/MessageDialogRunnable.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
@@ -22,7 +22,6 @@ package proguard.gui;
import javax.swing.*;
import java.awt.*;
-import java.lang.reflect.InvocationTargetException;
/**