diff --git a/src/main/org/apache/tools/ant/RuntimeConfigurable.java b/src/main/org/apache/tools/ant/RuntimeConfigurable.java index 4f1433100..8a5ee5c8e 100644 --- a/src/main/org/apache/tools/ant/RuntimeConfigurable.java +++ b/src/main/org/apache/tools/ant/RuntimeConfigurable.java @@ -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")) {