Browse Source

whitespace

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@932242 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
b9b253df5b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Copy.java

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

@@ -400,9 +400,9 @@ public class Copy extends Task {
} }


try { try {
// make sure we don't have an illegal set of options
// make sure we don't have an illegal set of options
try { try {
validateAttributes();
validateAttributes();
} catch (BuildException e) { } catch (BuildException e) {
if (failonerror if (failonerror
|| !getMessage(e) || !getMessage(e)


Loading…
Cancel
Save