View | Details | Raw Unified | Return to bug 48755
Collapse All | Expand All

(-)src/main/org/apache/tools/ant/taskdefs/Zip.java.orig (-1 / +1 lines)
Lines 1723-1729 Link Here
1723
        throws IOException {
1723
        throws IOException {
1724
        // fromArchive is used in subclasses overriding this method
1724
        // fromArchive is used in subclasses overriding this method
1725
1725
1726
        if (entries.contains(vPath)) {
1726
        if (entries.containsKey(vPath)) {
1727
1727
1728
            if (duplicate.equals("preserve")) {
1728
            if (duplicate.equals("preserve")) {
1729
                logWhenWriting(vPath + " already added, skipping",
1729
                logWhenWriting(vPath + " already added, skipping",

Return to bug 48755