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 2019/07/30 15:27:51 UTC

[GitHub] [bookkeeper] sijie commented on a change in pull request #2137: Simplify if statements

sijie commented on a change in pull request #2137: Simplify if statements
URL: https://github.com/apache/bookkeeper/pull/2137#discussion_r308788332
 
 

 ##########
 File path: bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieDeferredSyncTest.java
 ##########
 @@ -121,7 +121,7 @@ private void testClose(boolean force) throws Exception {
                     .withLedgerId(ledgerId)
                     .withRecovery(true)
                     .withPassword(new byte[0])
-                    .execute());) {
+                    .execute())) {
 
 Review comment:
   why checkstyle doesn't catch this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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