From 3e919cffbef3ed88a7920a9e79c1b355524b3403 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 16 Dec 2004 21:10:32 +0000 Subject: [PATCH] LOC git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277229 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/RuntimeConfigurable.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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")) {