Browse Source

trailing space

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277399 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
89e05ac351
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/ComponentHelper.java

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

@@ -605,7 +605,7 @@ public class ComponentHelper {
Class oldClass = antTypeTable.getExposedClass(name);
boolean isTask =
(oldClass != null && Task.class.isAssignableFrom(oldClass));
project.log( "Trying to override old definition of "
project.log("Trying to override old definition of "
+ (isTask ? "task " : "datatype ") + name,
(def.similarDefinition(old, project))
? Project.MSG_VERBOSE : Project.MSG_WARN);


Loading…
Cancel
Save