mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-07 08:51:42 +00:00
2009-06-30 sponge
* General cleanup on streaming and ministreaming.
This fixes some compile warnings, and prepares for a larger fix.
There is no code-flow changes, just lint. One warning remains as I am
unsure exactly how to solve the problem yet.
This commit is contained in:
@@ -55,7 +55,7 @@ public class MessageInputStream extends InputStream {
|
||||
|
||||
private byte[] _oneByte = new byte[1];
|
||||
|
||||
private Object _dataLock;
|
||||
private final Object _dataLock;
|
||||
|
||||
public MessageInputStream(I2PAppContext ctx) {
|
||||
_context = ctx;
|
||||
|
||||
Reference in New Issue
Block a user