build fix

This commit is contained in:
zzz
2011-10-05 22:01:53 +00:00
parent 648ea64b21
commit 979825b07f

View File

@@ -69,7 +69,8 @@ class I2PSocketFull implements I2PSocket {
}
public SelectableChannel getChannel() {
return new MessageChannel(this);
return null;
//return new MessageChannel(this);
}
/**