Author: mbenson
Date: Thu Jan 12 13:27:52 2006
New Revision: 368474

URL: http://svn.apache.org/viewcvs?rev=368474&view=rev
Log:
ws

Modified:
    
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/FileResource.java

Modified: 
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/FileResource.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/types/resources/FileResource.java?rev=368474&r1=368473&r2=368474&view=diff
==============================================================================
--- 
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/FileResource.java 
(original)
+++ 
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/FileResource.java 
Thu Jan 12 13:27:52 2006
@@ -277,10 +277,10 @@
      * @return this FileResource formatted as a String.
      */
     public String toString() {
-        if(isReference()) {
-            return  getCheckedRef().toString();
+        if (isReference()) {
+            return getCheckedRef().toString();
         }
-        if(file==null) {
+        if (file == null) {
             return "(unbound file resource)";
         }
         String absolutePath = file.getAbsolutePath();



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to