Author: bodewig Date: Mon Sep 11 12:46:57 2006 New Revision: 442304 URL: http://svn.apache.org/viewvc?view=rev&rev=442304 Log: try to make more sense
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?view=diff&rev=442304&r1=442303&r2=442304 ============================================================================== --- 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 Mon Sep 11 12:46:57 2006 @@ -254,7 +254,7 @@ // fire endTest here instead of the endTarget // event, otherwise an error would be // registered after the endTest event - - // endTarget is called before out catch block + // endTarget is called before this method's catch block // is reached. fireEndTest(name); // clean up --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]