forked from I2P_Developers/i2p.i2p
* Console cleanups
* Router: Don't do some things when we are shutting down
* VMCommSystem fixups
This commit is contained in:
@@ -14,7 +14,7 @@ public abstract class HelperBase {
|
||||
/**
|
||||
* Configure this bean to query a particular router context
|
||||
*
|
||||
* @param contextId begging few characters of the routerHash, or null to pick
|
||||
* @param contextId beginning few characters of the routerHash, or null to pick
|
||||
* the first one we come across.
|
||||
*/
|
||||
public void setContextId(String contextId) {
|
||||
@@ -25,5 +25,8 @@ public abstract class HelperBase {
|
||||
}
|
||||
}
|
||||
|
||||
/** might be useful in the jsp's */
|
||||
//public RouterContext getContext() { return _context; }
|
||||
|
||||
public void setWriter(Writer out) { _out = out; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user