mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Callback should not be null.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user