I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ea5662a4 authored by jrandom's avatar jrandom Committed by zzz
Browse files

another minor semantic jikes warning

parent 7c1ce777
No related branches found
No related tags found
No related merge requests found
...@@ -571,7 +571,7 @@ public class Router { ...@@ -571,7 +571,7 @@ public class Router {
try { _context.messageRegistry().shutdown(); } catch (Throwable t) { _log.log(Log.CRIT, "Error shutting down the message registry", t); } try { _context.messageRegistry().shutdown(); } catch (Throwable t) { _log.log(Log.CRIT, "Error shutting down the message registry", t); }
try { _context.messageValidator().shutdown(); } catch (Throwable t) { _log.log(Log.CRIT, "Error shutting down the message validator", t); } try { _context.messageValidator().shutdown(); } catch (Throwable t) { _log.log(Log.CRIT, "Error shutting down the message validator", t); }
try { _sessionKeyPersistenceHelper.shutdown(); } catch (Throwable t) { _log.log(Log.CRIT, "Error shutting down the session key manager", t); } try { _sessionKeyPersistenceHelper.shutdown(); } catch (Throwable t) { _log.log(Log.CRIT, "Error shutting down the session key manager", t); }
_context.listContexts().remove(_context); RouterContext.listContexts().remove(_context);
dumpStats(); dumpStats();
try { try {
for (Iterator iter = _shutdownTasks.iterator(); iter.hasNext(); ) { for (Iterator iter = _shutdownTasks.iterator(); iter.hasNext(); ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment