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

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

static

parent aec1b3ae
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ public class I2PSessionDemultiplexer implements I2PSessionMuxedListener { ...@@ -104,7 +104,7 @@ public class I2PSessionDemultiplexer implements I2PSessionMuxedListener {
return _listeners.get(key(proto, port)); return _listeners.get(key(proto, port));
} }
private Integer key(int proto, int port) { private static Integer key(int proto, int port) {
return Integer.valueOf(((port << 8) & 0xffff00) | proto); return Integer.valueOf(((port << 8) & 0xffff00) | proto);
} }
......
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