another minor semantic jikes warning
This commit is contained in:
@ -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(); ) {
|
||||||
|
Reference in New Issue
Block a user