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/12/01 22:55:35 UTC

[GitHub] acoburn opened a new pull request #800: ISSUE 230: Enable checkstyle for more packages

acoburn opened a new pull request #800: ISSUE 230: Enable checkstyle for more packages
URL: https://github.com/apache/bookkeeper/pull/800
 
 
   Part of #230, this enables the checkstyle plugin for the replication and
   server.http.service packages.
   
   Descriptions of the changes in this PR:
   
   Most of the changes here are merely cosmetic. The only change of any significance is in the `RecoveryBookieService.RecoveryRequestJsonBody` class in which the JSON object fields had to be changed in order to conform to the Checkstyle rules: `bookie_src` to `bookieSrc` and `delete_cookie` to `deleteCookie`. Using a Jackson annotation (`@JsonProperty`), however, means that these field names continue to be parsed and serialized as `bookie_src` and `delete_cookie`, respectively.

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