Author: bodewig
Date: Tue Aug 19 08:25:54 2008
New Revision: 687077
URL: http://svn.apache.org/viewvc?rev=687077&view=rev
Log:
whitespace
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/PropertyHelper.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/PropertyHelper.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/PropertyHelper.java?rev=687077&r1=687076&r2=687077&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/PropertyHelper.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/PropertyHelper.java Tue Aug 19
08:25:54 2008
@@ -951,7 +951,8 @@
protected List getDelegates(Class type) {
Hashtable curDelegates = delegates;
return curDelegates.containsKey(type)
- ? (List) new ArrayList((List) curDelegates.get(type)) :
Collections.EMPTY_LIST;
+ ? (List) new ArrayList((List) curDelegates.get(type))
+ : Collections.EMPTY_LIST;
}
/**