Browse Source

Merge branch '1.9.x'

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

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

@@ -39,13 +39,13 @@ public class Log4jListener implements BuildListener {
*/ */
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