Browse Source

jasper4.1 is not in ant classpath while compiling, fix link in junittaskmirror

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467136 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
9067f554ed
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/jsp/Jasper41Mangler.java
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirror.java

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

@@ -23,7 +23,7 @@ import java.io.File;
/**
* this class implements the name mangling rules of the jasper in tomcat4.1.x
* which is likely to remain for some time
* @see org.apache.jasper.JspCompilationContext
* @see "org.apache.jasper.JspCompilationContext"
*/
public class Jasper41Mangler implements JspMangler {



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

@@ -32,7 +32,7 @@ import org.apache.tools.ant.types.Permissions;
* - JUnitResultFormatter or its subclasses
* - JUnitVersionHelper
* - JUnitTestRunner
* Cf. {@link JUnitTask.SplitLoader#isSplit}
* Cf. {@link JUnitTask.SplitLoader#isSplit(String)}
* Public only to permit access from classes in this package; do not use directly.
*
* @since 1.7


Loading…
Cancel
Save