Marcosrico commented on code in PR #2723:
URL: https://github.com/apache/helix/pull/2723#discussion_r1442070551
##########
meta-client/src/main/java/org/apache/helix/metaclient/recipes/lock/LockInfo.java:
##########
@@ -171,23 +169,23 @@ public void setClientData(String clientData) {
* Get the value for GRANTED_AT attribute of the lock
* @param grantTime Long representing the time at which the lock was granted
*/
- public void setGrantedAt(Long grantTime) {
+ private void setGrantedAt(Long grantTime) {
Review Comment:
Helper function when creating LockInfo's
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]