Browse Source

missing s in javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418383 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
f274a4b1ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java View File

@@ -57,7 +57,7 @@ import org.apache.tools.ant.taskdefs.PumpStreamHandler;
/** /**
* Runs JUnit tests. * Runs JUnit tests.
* *
* <p> JUnit is a framework to create unit test. It has been initially
* <p> JUnit is a framework to create unit tests. It has been initially
* created by Erich Gamma and Kent Beck. JUnit can be found at <a * created by Erich Gamma and Kent Beck. JUnit can be found at <a
* href="http://www.junit.org">http://www.junit.org</a>. * href="http://www.junit.org">http://www.junit.org</a>.
* *


Loading…
Cancel
Save