You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2017/10/27 13:49:55 UTC

mina git commit: Made the LOGGER protected to be able to use it in the inherited classes

Repository: mina
Updated Branches:
  refs/heads/2.0 2494b787b -> fd5bc41ed


Made the LOGGER protected to be able to use it in the inherited classes

Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/fd5bc41e
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/fd5bc41e
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/fd5bc41e

Branch: refs/heads/2.0
Commit: fd5bc41ede81cee6bb70349b040ad792228f30a4
Parents: 2494b78
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Fri Oct 27 15:49:52 2017 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Fri Oct 27 15:49:52 2017 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/mina/core/service/AbstractIoService.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/fd5bc41e/mina-core/src/main/java/org/apache/mina/core/service/AbstractIoService.java
----------------------------------------------------------------------
diff --git a/mina-core/src/main/java/org/apache/mina/core/service/AbstractIoService.java b/mina-core/src/main/java/org/apache/mina/core/service/AbstractIoService.java
index f6a610d..7eac4bf 100644
--- a/mina-core/src/main/java/org/apache/mina/core/service/AbstractIoService.java
+++ b/mina-core/src/main/java/org/apache/mina/core/service/AbstractIoService.java
@@ -61,7 +61,7 @@ import org.slf4j.LoggerFactory;
  */
 public abstract class AbstractIoService implements IoService {
 
-    private static final Logger LOGGER = LoggerFactory.getLogger(AbstractIoService.class);
+    protected static final Logger LOGGER = LoggerFactory.getLogger(AbstractIoService.class);
 
     /**
      * The unique number identifying the Service. It's incremented