summaryrefslogtreecommitdiff
path: root/src/proguard/io/DataEntryObfuscator.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/io/DataEntryObfuscator.java')
-rw-r--r--src/proguard/io/DataEntryObfuscator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proguard/io/DataEntryObfuscator.java b/src/proguard/io/DataEntryObfuscator.java
index c5742e9..aabb0e8 100644
--- a/src/proguard/io/DataEntryObfuscator.java
+++ b/src/proguard/io/DataEntryObfuscator.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
@@ -87,7 +87,7 @@ public class DataEntryObfuscator implements DataEntryReader
String className = dataEntryName.substring(0, suffixIndex);
// Did we get to the package separator?
- if (c == ClassConstants.INTERNAL_PACKAGE_SEPARATOR)
+ if (c == ClassConstants.PACKAGE_SEPARATOR)
{
break;
}