File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/org/apache/logging/log4j/appserver/jetty Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1616 ~ limitations under the License.
1717 -->
1818<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19+
1920 <modelVersion >4.0.0</modelVersion >
21+
2022 <parent >
2123 <groupId >org.apache.logging.log4j</groupId >
2224 <artifactId >log4j</artifactId >
3032 <description >Provide Log4j as the logging implementation for application servers</description >
3133
3234 <properties >
33- <log4jParentDir >${basedir}/..</log4jParentDir >
3435
3536 <!--
3637 ~ OSGi and JPMS options
6970 <artifactId >log4j-api</artifactId >
7071 </dependency >
7172 </dependencies >
72-
7373</project >
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ public Log4j2Logger() {
7171 }
7272
7373 public Log4j2Logger (final String name ) {
74- super ();
7574 this .name = name ;
7675 this .logger = PrivateManager .getLogger (name );
7776 }
You can’t perform that action at this time.
0 commit comments