mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-06 13:21:47 +00:00
Language fixups.
This commit is contained in:
@@ -110,7 +110,7 @@ public class ResettableGZIPInputStream extends InflaterInputStream {
|
||||
//if (_lookaheadStream.getEOFReached()) {
|
||||
if (inf.finished()) {
|
||||
verifyFooter();
|
||||
inf.reset(); // so it doesn't bitch about missing data...
|
||||
inf.reset(); // so it doesn't complain about missing data...
|
||||
_complete = true;
|
||||
}
|
||||
return read;
|
||||
|
||||
Reference in New Issue
Block a user