You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/09/15 06:49:25 UTC

svn commit: r575874 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Dirname.java

Author: kevj
Date: Fri Sep 14 21:49:24 2007
New Revision: 575874

URL: http://svn.apache.org/viewvc?rev=575874&view=rev
Log:
-remove extra whitespace

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Dirname.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Dirname.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Dirname.java?rev=575874&r1=575873&r2=575874&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Dirname.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Dirname.java Fri Sep 14 21:49:24 2007
@@ -63,7 +63,6 @@
         this.property = property;
     }
 
-
     /**
      * Execute this task.
      * @throws BuildException on error
@@ -79,5 +78,4 @@
             getProject().setNewProperty(property, value);
         }
     }
-}
-
+}
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org