Browse Source

-remove trailing space

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

+ 1
- 2
src/main/org/apache/tools/ant/TaskContainer.java View File

@@ -38,5 +38,4 @@ public interface TaskContainer {
* Must not be <code>null</code>.
*/
void addTask(Task task);
}

}

Loading…
Cancel
Save