Skip to content

Commit af89733

Browse files
committed
Fix ZK LeaderInitiator Checkstyle violation
**Cherry-pick to 5.0.x**
1 parent 73dbdb8 commit af89733

File tree

1 file changed

+1
-1
lines changed
  • spring-integration-zookeeper/src/main/java/org/springframework/integration/zookeeper/leader

1 file changed

+1
-1
lines changed

spring-integration-zookeeper/src/main/java/org/springframework/integration/zookeeper/leader/LeaderInitiator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void setLeaderEventPublisher(LeaderEventPublisher leaderEventPublisher) {
221221
*/
222222
public Context getContext() {
223223
if (this.leaderSelector == null) {
224-
return nullContext;
224+
return this.nullContext;
225225
}
226226
return this.context;
227227
}

0 commit comments

Comments
 (0)