HDFS-11403. Addendum fix for branch-2.

This commit is contained in:
Arpit Agarwal 2017-02-11 01:25:43 -08:00
parent 32a0c2b5e7
commit 4c5655ef1a

View File

@ -1073,7 +1073,7 @@ public Void run() throws KeeperException, InterruptedException {
private void setAclsWithRetries(final String path)
throws KeeperException, InterruptedException {
Stat stat = new Stat();
final Stat stat = new Stat();
zkDoWithRetries(new ZKAction<Void>() {
@Override
public Void run() throws KeeperException, InterruptedException {