eolivelli commented on a change in pull request #1902: (WIP) Metadata checker validating EnsemblePlacementpolicy URL: https://github.com/apache/bookkeeper/pull/1902#discussion_r248775449
########## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java ########## @@ -20,10 +20,14 @@ */ package org.apache.bookkeeper.replication; + import static org.apache.bookkeeper.replication.ReplicationStats.AUDITOR_SCOPE; import static org.apache.bookkeeper.replication.ReplicationStats.AUDIT_BOOKIES_TIME; import static org.apache.bookkeeper.replication.ReplicationStats.BOOKIE_TO_LEDGERS_MAP_CREATION_TIME; import static org.apache.bookkeeper.replication.ReplicationStats.CHECK_ALL_LEDGERS_TIME; +import static org.apache.bookkeeper.replication.ReplicationStats. Review comment: Nit: EOL in wrong place? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
