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

Skip to content
Snippets Groups Projects
Commit 1bf651b8 authored by zzz's avatar zzz
Browse files

final

parent b25a16f1
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ import net.i2p.util.Log; ...@@ -16,9 +16,9 @@ import net.i2p.util.Log;
* *
*/ */
class MessageHandler implements I2PSessionListener { class MessageHandler implements I2PSessionListener {
private ConnectionManager _manager; private final ConnectionManager _manager;
private I2PAppContext _context; private final I2PAppContext _context;
private Log _log; private final Log _log;
private final Set<I2PSocketManager.DisconnectListener> _listeners; private final Set<I2PSocketManager.DisconnectListener> _listeners;
public MessageHandler(I2PAppContext ctx, ConnectionManager mgr) { public MessageHandler(I2PAppContext ctx, ConnectionManager mgr) {
......
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