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 11:15:27 UTC

[GitHub] [bookkeeper] vzhikserg opened a new pull request #2137: Simplify if statements

vzhikserg opened a new pull request #2137: Simplify if statements
URL: https://github.com/apache/bookkeeper/pull/2137
 
 
   ### Changes
   
   * Simplify `if` statements where it is possible (mainly for `if` statements returning boolean values)
   * Remove redundant semicolons
   * Remove the `close` method where the resource is used withing the try-with-resources block

----------------------------------------------------------------
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