Skip to content

Commit 733594b

Browse files
committed
Address Sonarqube - 2
1 parent e8f219b commit 733594b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ZookeeperExternalSessionsRegistryClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private void init() {
9898
synchronized (lock) {
9999
client.start();
100100

101-
client.getConnectionStateListenable().addListener((client, newState) -> {
101+
client.getConnectionStateListenable().addListener((curatorClient, newState) -> {
102102
if (newState != ConnectionState.LOST) {
103103
return;
104104
}

0 commit comments

Comments
 (0)