Browse Source

LOC

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277229 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
3e919cffbe
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      src/main/org/apache/tools/ant/RuntimeConfigurable.java

+ 2
- 4
src/main/org/apache/tools/ant/RuntimeConfigurable.java View File

@@ -361,10 +361,8 @@ public class RuntimeConfigurable implements Serializable {
throw be;
} else {
throw new BuildException(
getElementTag()
+ " doesn't support the \""
+ be.getAttribute()
+ "\" attribute", be);
getElementTag() + " doesn't support the \""
+ be.getAttribute() + "\" attribute", be);
}
} catch (BuildException be) {
if (name.equals("id")) {


Loading…
Cancel
Save