Browse Source

took out the "dont bother us line". I know, we hate the calls, but maybe we are being too harsh here.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@383423 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
fb8e47ecf4
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/ComponentHelper.java

+ 1
- 2
src/main/org/apache/tools/ant/ComponentHelper.java View File

@@ -958,8 +958,7 @@ public class ComponentHelper {
}
} else {
out.println();
out.println("It is not an Ant bug; there is no need to file a bug"
+ " report or contact the developers.");
out.println("This is not an bug; it is a configuration problem");
}
}
out.flush();


Loading…
Cancel
Save