You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ni...@apache.org on 2014/02/09 06:11:06 UTC

svn commit: r1566221 - /logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/web/Log4jWebSupport.java

Author: nickwilliams
Date: Sun Feb  9 05:11:05 2014
New Revision: 1566221

URL: http://svn.apache.org/r1566221
Log:
Fixing unsupported licenses

Modified:
    logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/web/Log4jWebSupport.java

Modified: logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/web/Log4jWebSupport.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/web/Log4jWebSupport.java?rev=1566221&r1=1566220&r2=1566221&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/web/Log4jWebSupport.java (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/web/Log4jWebSupport.java Sun Feb  9 05:11:05 2014
@@ -1,7 +1,3 @@
-package org.apache.logging.log4j.core.web;
-
-import org.apache.logging.log4j.spi.LoggerContext;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements. See the NOTICE file distributed with
@@ -18,6 +14,10 @@ import org.apache.logging.log4j.spi.Logg
  * See the license for the specific language governing permissions and
  * limitations under the license.
  */
+package org.apache.logging.log4j.core.web;
+
+import org.apache.logging.log4j.spi.LoggerContext;
+
 /**
  * Specifies an interface for setting and clearing a thread-bound {@link LoggerContext} in a Java EE web application.
  * Also defines constants for context parameter and attribute names. In most cases you will never need to use this