Browse Source

looks like a bad merge, seems Jenkins doesn't build everything

master
Stefan Bodewig 7 years ago
parent
commit
87409137ed
1 changed files with 5 additions and 8 deletions
  1. +5
    -8
      src/main/org/apache/tools/ant/listener/Log4jListener.java

+ 5
- 8
src/main/org/apache/tools/ant/listener/Log4jListener.java View File

@@ -34,21 +34,18 @@ import org.apache.tools.ant.Task;
@Deprecated @Deprecated
public class Log4jListener implements BuildListener { public class Log4jListener implements BuildListener {


/** Indicates if the listener was initialized. */
private final boolean initialized;

/** /**
* log category we log into * log category we log into
*/ */
public static final String LOG_ANT = "org.apache.tools.ant"; public static final String LOG_ANT = "org.apache.tools.ant";


/**
/**
* Construct the listener * Construct the listener
*/
public Log4jListener() {
*/
public Log4jListener() {
// trigger the log4j initialization (if at all it's not yet initialized) // trigger the log4j initialization (if at all it's not yet initialized)
final Logger log = Logger.getLogger(LOG_ANT);
}
final Logger log = Logger.getLogger(LOG_ANT);
}


/** /**
* @see BuildListener#buildStarted * @see BuildListener#buildStarted


Loading…
Cancel
Save