Skip to content

Commit c18c092

Browse files
committed
Merge branch 'master' of github.com:Netflix/hollow
2 parents 7dce89c + ae5c6fe commit c18c092

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hollow/src/main/java/com/netflix/hollow/api/client/HollowAnnouncementWatcher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ public void run() {
137137

138138

139139
private HollowClient client;
140+
141+
protected HollowClient getClientToNotify() { return client; }
140142

141143
void setClientToNotify(HollowClient client) {
142144
this.client = client;

0 commit comments

Comments
 (0)