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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]