Callback should not be null.

This commit is contained in:
akwizgran
2012-01-11 16:17:14 +00:00
parent 3e61adb623
commit 1499e061c1
3 changed files with 13 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ JNotifyListener {
}
synchronized(this) {
assert !started;
assert callback == null;
assert this.callback == null;
started = true;
this.callback = callback;
this.watches.addAll(watches);