You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2013/10/03 16:54:15 UTC

svn commit: r1528902 - /logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/async/RingBufferLogEvent.java

Author: ggregory
Date: Thu Oct  3 14:54:15 2013
New Revision: 1528902

URL: http://svn.apache.org/r1528902
Log:
Remove dead comment.

Modified:
    logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/async/RingBufferLogEvent.java

Modified: logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/async/RingBufferLogEvent.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/async/RingBufferLogEvent.java?rev=1528902&r1=1528901&r2=1528902&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/async/RingBufferLogEvent.java (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/async/RingBufferLogEvent.java Thu Oct  3 14:54:15 2013
@@ -41,7 +41,7 @@ public class RingBufferLogEvent implemen
      * Creates the events that will be put in the RingBuffer.
      */
     private static class Factory implements EventFactory<RingBufferLogEvent> {
-        // @Override
+    
         @Override
         public RingBufferLogEvent newInstance() {
             return new RingBufferLogEvent();