mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 20:27:23 +00:00
code hint fixes
This commit is contained in:
@@ -99,7 +99,9 @@ public class EntryStore extends CacheEntry {
|
||||
}
|
||||
self_hash = iis.readUInt32();
|
||||
key = new byte[256 - 24 * 4];
|
||||
iis.read(key);
|
||||
if (iis.read(key) != key.length) {
|
||||
throw new IOException();
|
||||
}
|
||||
}
|
||||
|
||||
public HttpResponseInfo getResponseInfo() {
|
||||
|
||||
Reference in New Issue
Block a user