summaryrefslogtreecommitdiff
path: root/src/proguard/io/ClassReader.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/io/ClassReader.java')
-rw-r--r--src/proguard/io/ClassReader.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proguard/io/ClassReader.java b/src/proguard/io/ClassReader.java
index 0ad382b..124160c 100644
--- a/src/proguard/io/ClassReader.java
+++ b/src/proguard/io/ClassReader.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
@@ -95,7 +95,7 @@ public class ClassReader implements DataEntryReader
String className = clazz.getName();
if (className != null)
{
- if (!dataEntry.getName().replace(File.pathSeparatorChar, ClassConstants.INTERNAL_PACKAGE_SEPARATOR).equals(className+ClassConstants.CLASS_FILE_EXTENSION) &&
+ if (!dataEntry.getName().replace(File.pathSeparatorChar, ClassConstants.PACKAGE_SEPARATOR).equals(className+ClassConstants.CLASS_FILE_EXTENSION) &&
warningPrinter != null)
{
warningPrinter.print(className,