summaryrefslogtreecommitdiff
path: root/src/proguard/obfuscate/NumericNameFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/obfuscate/NumericNameFactory.java')
-rw-r--r--src/proguard/obfuscate/NumericNameFactory.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/proguard/obfuscate/NumericNameFactory.java b/src/proguard/obfuscate/NumericNameFactory.java
index b1e38b1..0a23f16 100644
--- a/src/proguard/obfuscate/NumericNameFactory.java
+++ b/src/proguard/obfuscate/NumericNameFactory.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,9 +20,6 @@
*/
package proguard.obfuscate;
-import java.util.*;
-
-
/**
* This <code>NameFactory</code> generates unique numeric names, starting at
* "1".