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 2016/09/06 05:57:38 UTC

logging-log4j2 git commit: Add missing @Override.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master b1029a9aa -> 433b84524


Add missing @Override.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/433b8452
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/433b8452
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/433b8452

Branch: refs/heads/master
Commit: 433b84524a1f4105aed0c7af6d2eca47590a564a
Parents: b1029a9
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Sep 6 01:57:36 2016 -0400
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Sep 6 01:57:36 2016 -0400

----------------------------------------------------------------------
 .../apache/logging/log4j/core/async/AsyncLoggerConfigDisruptor.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/433b8452/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncLoggerConfigDisruptor.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncLoggerConfigDisruptor.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncLoggerConfigDisruptor.java
index 8e1613f..a220f4d 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncLoggerConfigDisruptor.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncLoggerConfigDisruptor.java
@@ -206,6 +206,7 @@ public class AsyncLoggerConfigDisruptor extends AbstractLifeCycle implements Asy
      *
      * @see #stop()
      */
+    @Override
     public synchronized void start() {
         if (disruptor != null) {
             LOGGER.trace("AsyncLoggerConfigDisruptor not starting new disruptor for this configuration, "