Browse Source

cleanup

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273213 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
ae4f3c881d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers/DefaultJspCompilerAdapter.java

+ 0
- 2
src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers/DefaultJspCompilerAdapter.java View File

@@ -71,10 +71,8 @@ import org.apache.tools.ant.types.CommandlineJava;
public abstract class DefaultJspCompilerAdapter
implements JspCompilerAdapter {

/* ------------------------------------------------------------ */
private static String lSep = System.getProperty("line.separator");

/* ------------------------------------------------------------ */
/**
* Logs the compilation parameters, adds the files to compile and logs the
* "niceSourceList"


Loading…
Cancel
Save