From 1c90058c24778cad7f258c28cb09fa9182b04952 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 23 Apr 2018 06:53:35 +0200 Subject: [PATCH] typo --- src/tests/junit/org/apache/tools/ant/BuildFileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {