Browse Source

-remove extra whitespace

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575874 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
6195da77a4
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/main/org/apache/tools/ant/taskdefs/Dirname.java

+ 1
- 3
src/main/org/apache/tools/ant/taskdefs/Dirname.java View File

@@ -63,7 +63,6 @@ public class Dirname extends Task {
this.property = property; this.property = property;
} }



/** /**
* Execute this task. * Execute this task.
* @throws BuildException on error * @throws BuildException on error
@@ -79,5 +78,4 @@ public class Dirname extends Task {
getProject().setNewProperty(property, value); getProject().setNewProperty(property, value);
} }
} }
}

}

Loading…
Cancel
Save