- fix test

- final
- last week's history
This commit is contained in:
zzz
2014-07-15 14:30:19 +00:00
parent 0998738e94
commit 8b2ffada10
3 changed files with 9 additions and 3 deletions

View File

@@ -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;