forked from I2P_Developers/i2p.i2p
updates after review
This commit is contained in:
@ -614,7 +614,8 @@ public class Storage
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
} }
|
||||
}
|
||||
}
|
||||
_filterNameCache.put(name, rv);
|
||||
return rv;
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ import org.mortbay.http.Version;
|
||||
public class LogsHelper extends HelperBase {
|
||||
public LogsHelper() {}
|
||||
|
||||
/** @since 0.8.11 */
|
||||
/** @since 0.8.12 */
|
||||
public String getJettyVersion() {
|
||||
return Version.getImplVersion();
|
||||
}
|
||||
|
@ -26,7 +26,6 @@ public class ResettableGZIPInputStream extends InflaterInputStream {
|
||||
private final ExtraByteInputStream _extraByteInputStream;
|
||||
/** keep a typesafe copy of this */
|
||||
private final LookaheadInputStream _lookaheadStream;
|
||||
private static final byte[] _oneDummyByte = new byte[1];
|
||||
private final InputStream _sequenceStream = null;
|
||||
private final CRC32 _crc32;
|
||||
private final byte _buf1[] = new byte[1];
|
||||
@ -312,6 +311,7 @@ public class ResettableGZIPInputStream extends InflaterInputStream {
|
||||
*
|
||||
* http://code.google.com/p/google-apps-sso-sample/issues/detail?id=8
|
||||
*
|
||||
* @since 0.8.12
|
||||
*/
|
||||
private static class ExtraByteInputStream extends FilterInputStream {
|
||||
private static final byte DUMMY = 0;
|
||||
|
Reference in New Issue
Block a user