diff options
| author | Brian Carlstrom <bdc@google.com> | 2015-01-09 00:45:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-09 00:45:23 +0000 |
| commit | 6af8f1004e0efe02a138286a34e833d1f3d227d7 (patch) | |
| tree | 9ac962825d41c4fb8ad1ec0fc2e8b441b42d3869 /src/proguard/io/DataEntryRenamer.java | |
| parent | 9961286c06c25cd03464d3e2b00bd9b9dedf96ba (diff) | |
| parent | cd9e071098d0539dda3a4a5d3f45cfd8814de4ed (diff) | |
| download | external_proguard-6af8f1004e0efe02a138286a34e833d1f3d227d7.tar.gz external_proguard-6af8f1004e0efe02a138286a34e833d1f3d227d7.tar.bz2 external_proguard-6af8f1004e0efe02a138286a34e833d1f3d227d7.zip | |
Merge "Upgrade Proguard to 5.1."
Diffstat (limited to 'src/proguard/io/DataEntryRenamer.java')
| -rw-r--r-- | src/proguard/io/DataEntryRenamer.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proguard/io/DataEntryRenamer.java b/src/proguard/io/DataEntryRenamer.java index 99600ae..c8bb319 100644 --- a/src/proguard/io/DataEntryRenamer.java +++ b/src/proguard/io/DataEntryRenamer.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 @@ -81,7 +81,7 @@ public class DataEntryRenamer implements DataEntryReader if (dataEntry.isDirectory() && name.length() > 0) { - name += ClassConstants.INTERNAL_PACKAGE_SEPARATOR; + name += ClassConstants.PACKAGE_SEPARATOR; } String newName = (String)nameMap.get(name); |
