Skip to content

Commit

Permalink
[HOTFIX] remove this useless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lamberken committed Dec 23, 2018
1 parent bd752e9 commit 5e4de2c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ public LocalFileLock(String lockFileLocation, String lockFile) {
status = true;
}
} catch (IOException e) {
status = false;
// status = false;
} finally {
CarbonUtil.closeStreams(channel);
}
Expand Down

0 comments on commit 5e4de2c

Please sign in to comment.