forked from I2P_Developers/i2p.i2p
- fix test
- final - last week's history
This commit is contained in:
@@ -48,7 +48,7 @@ import net.i2p.util.SystemVersion;
|
||||
*/
|
||||
class ClientManager {
|
||||
private final Log _log;
|
||||
protected List<ClientListenerRunner> _listeners;
|
||||
protected final List<ClientListenerRunner> _listeners;
|
||||
// Destination --> ClientConnectionRunner
|
||||
// Locked for adds/removes but not lookups
|
||||
private final Map<Destination, ClientConnectionRunner> _runners;
|
||||
|
Reference in New Issue
Block a user