zymap commented on code in PR #3359:
URL: https://github.com/apache/bookkeeper/pull/3359#discussion_r939756121
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/EnsemblePlacementPolicy.java:
##########
@@ -481,7 +506,7 @@ public T getResult() {
return result;
}
- public PlacementPolicyAdherence isAdheringToPolicy() {
+ public PlacementPolicyAdherence getAdheringToPolicy() {
Review Comment:
Why change this? If you need, you can add a new method and keep the original
method.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]