|
@@ -33,7 +33,8 @@ public interface ClientWatchManager {
|
|
|
* @param state event state
|
|
|
* @param type event type
|
|
|
* @param path event path
|
|
|
- * @return
|
|
|
+ * @return may be empty set but must not be null
|
|
|
*/
|
|
|
- public Set<Watcher> materialize(Watcher.Event.KeeperState state, Watcher.Event.EventType type, String path);
|
|
|
+ public Set<Watcher> materialize(Watcher.Event.KeeperState state,
|
|
|
+ Watcher.Event.EventType type, String path);
|
|
|
}
|