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

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

build fix

parent 648ea64b
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,8 @@ class I2PSocketFull implements I2PSocket { ...@@ -69,7 +69,8 @@ class I2PSocketFull implements I2PSocket {
} }
public SelectableChannel getChannel() { public SelectableChannel getChannel() {
return new MessageChannel(this); return null;
//return new MessageChannel(this);
} }
/** /**
......
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