mbenson 2004/12/16 13:10:32 Modified: src/main/org/apache/tools/ant RuntimeConfigurable.java Log: LOC Revision Changes Path 1.58 +2 -4 ant/src/main/org/apache/tools/ant/RuntimeConfigurable.java Index: RuntimeConfigurable.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/RuntimeConfigurable.java,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- RuntimeConfigurable.java 16 Dec 2004 17:43:40 -0000 1.57 +++ RuntimeConfigurable.java 16 Dec 2004 21:10:32 -0000 1.58 @@ -361,10 +361,8 @@ 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")) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]