Browse Source

rephrase comment after it has been moved

master
Stefan Bodewig 7 years ago
parent
commit
6850ad2e61
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java

+ 3
- 4
src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java View File

@@ -736,10 +736,9 @@ public class WeblogicDeploymentTool extends GenericDeploymentTool {
}
//Object class Changed update it.
replaceEntries.put(filepath, genericEntry);
} else if (!genericEntry.getName()
.equals("META-INF/MANIFEST.MF")) {
// it is the manifest, so ignore it
//File other then class changed rebuild
} else if (!"META-INF/MANIFEST.MF".equals(genericEntry.getName())) {
// it is not the manifest, otherwise we'd ignore it
// File other then class changed rebuild
log("Non class file " + genericEntry.getName()
+ " has changed", Project.MSG_VERBOSE);
rebuild = true;


Loading…
Cancel
Save