diff --git a/src/tests/junit/org/apache/tools/ant/BuildFileTest.java b/src/tests/junit/org/apache/tools/ant/BuildFileTest.java index 212210743..c2af9c99d 100644 --- a/src/tests/junit/org/apache/tools/ant/BuildFileTest.java +++ b/src/tests/junit/org/apache/tools/ant/BuildFileTest.java @@ -74,7 +74,7 @@ public abstract class BuildFileTest extends TestCase { * * @throws Exception this implementation doesn't throw any * exception but we've added it to the signature so that - * subclasses can throws whatever they need. + * subclasses can throw whatever they need. */ protected void tearDown() throws Exception { if (project == null) {