Browse Source

-remove erroneous space

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

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.java View File

@@ -15,7 +15,7 @@
* limitations under the License.
*
*/
package org.apache.tools.ant.taskdefs.condition;
package org.apache.tools.ant.taskdefs.condition;

import java.io.IOException;
import java.util.Iterator;


Loading…
Cancel
Save