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/05/12 08:08:27 UTC

svn commit: r537343 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.java

Author: kevj
Date: Fri May 11 23:08:26 2007
New Revision: 537343

URL: http://svn.apache.org/viewvc?view=rev&rev=537343
Log:
-remove erroneous space

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.java?view=diff&rev=537343&r1=537342&r2=537343
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.java Fri May 11 23:08:26 2007
@@ -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;



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