Browse Source

typo

master
Stefan Bodewig 7 years ago
parent
commit
1c90058c24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/junit/org/apache/tools/ant/BuildFileTest.java

+ 1
- 1
src/tests/junit/org/apache/tools/ant/BuildFileTest.java View File

@@ -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) {


Loading…
Cancel
Save