File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ private void bind_nio() {
298298 pending_manager_events .notifyAll ();
299299 }
300300 }
301- @ Override public void persist_manager (byte [] channel_manager_bytes ) { }
301+ @ Override public void persist_manager (byte [] channel_manager_bytes ) { assert channel_manager_bytes . length > 1 ; }
302302 });
303303 this .chan_manager = constructor .channel_manager ;
304304 this .peer_manager = constructor .peer_manager ;
@@ -331,7 +331,7 @@ private void bind_nio() {
331331 pending_manager_events .notifyAll ();
332332 }
333333 }
334- @ Override public void persist_manager (byte [] channel_manager_bytes ) { }
334+ @ Override public void persist_manager (byte [] channel_manager_bytes ) { assert channel_manager_bytes . length > 1 ; }
335335 });
336336 this .chan_manager = constructor .channel_manager ;
337337 this .peer_manager = constructor .peer_manager ;
You can’t perform that action at this time.
0 commit comments