You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/01/12 22:27:53 UTC

svn commit: r368474 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/FileResource.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org