You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2007/09/12 11:14:54 UTC

svn commit: r574857 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java

Author: jhm
Date: Wed Sep 12 02:14:54 2007
New Revision: 574857

URL: http://svn.apache.org/viewvc?rev=574857&view=rev
Log:
typo

Modified:
    ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java

Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java
URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java?rev=574857&r1=574856&r2=574857&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java (original)
+++ ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java Wed Sep 12 02:14:54 2007
@@ -239,7 +239,7 @@
                         v.add(SETUP);
                     }
                     v.add(name);
-                    // create an register a logcapturer on the newProject
+                    // create and register a logcapturer on the newProject
                     LogCapturer lc = new LogCapturer(newProject);
                     try {
                         fireStartTest(name);



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