From 6002fbef8b8968bf83a99b8600cf901eba6c8301 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 11 Sep 2006 19:46:57 +0000 Subject: [PATCH] try to make more sense git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@442304 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/ant/antunit/AntUnit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/ant/antunit/AntUnit.java b/src/main/org/apache/ant/antunit/AntUnit.java index ff9211e..3b3699e 100644 --- a/src/main/org/apache/ant/antunit/AntUnit.java +++ b/src/main/org/apache/ant/antunit/AntUnit.java @@ -254,7 +254,7 @@ public class AntUnit extends Task { // 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