Author: bodewig Date: Fri Jul 28 12:14:57 2006 New Revision: 426649 URL: http://svn.apache.org/viewvc?rev=426649&view=rev Log: whitespace only
Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/PropertySet.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/PropertySet.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/PropertySet.java?rev=426649&r1=426648&r2=426649&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/PropertySet.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/PropertySet.java Fri Jul 28 12:14:57 2006 @@ -323,14 +323,14 @@ if (value != null) { // may be null if a system property has been added // after the project instance has been initialized - if (m != null) { - //map the names - String[] newname = m.mapFileName(name); - if (newname != null) { - name = newname[0]; + if (m != null) { + //map the names + String[] newname = m.mapFileName(name); + if (newname != null) { + name = newname[0]; + } } - } - properties.setProperty(name, value); + properties.setProperty(name, value); } } return properties; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]