You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/11/30 21:59:50 UTC

[GitHub] eolivelli commented on a change in pull request #797: ISSUE 230: Enable Checkstyle on the meta package

eolivelli commented on a change in pull request #797: ISSUE 230: Enable Checkstyle on the meta package
URL: https://github.com/apache/bookkeeper/pull/797#discussion_r154212510
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/AbstractHierarchicalLedgerManager.java
 ##########
 @@ -150,7 +152,7 @@ public void processResult(int rc, String path, Object ctx) {
                     final AsyncCallback.VoidCallback stub = this;
                     scheduler.submit(new Runnable() {
                         @Override
-                        public final void run() {
+                        public void run() {
 
 Review comment:
   A checkstyle rule requires to remove this modifier?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services