Browse Source

bad merge, sorry

master
Stefan Bodewig 7 years ago
parent
commit
ff3faffc76
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/main/org/apache/tools/ant/taskdefs/Zip.java

+ 0
- 2
src/main/org/apache/tools/ant/taskdefs/Zip.java View File

@@ -1909,8 +1909,6 @@ public class Zip extends MatchingTask {
zipFile(bIn, zOut, vPath,
file.lastModified() + (roundUp ? ROUNDUP_MILLIS : 0),
null, mode);
} finally {
bIn.close();
}
}



Loading…
Cancel
Save