Skip to content

Commit

Permalink
Based on PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblukose committed Nov 8, 2024
1 parent aa0bc5f commit 3d60083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public AccessResult doUpdate(String path, DataUpdater<T> updater, int options) {
* ttl is only used when creating new znode, hence if znode is already created with a ttl, further
* update operations will not update the znode ttl even if ttl is provided in the options
*/
public AccessResult doUpdate(String path, DataUpdater<T> updater, int options, long ttl) {
AccessResult doUpdate(String path, DataUpdater<T> updater, int options, long ttl) {
AccessResult result = new AccessResult();
CreateMode mode = AccessOption.getMode(options);
if (mode == null) {
Expand Down

0 comments on commit 3d60083

Please sign in to comment.