mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 18:01:09 +00:00
@@ -62,7 +62,7 @@ public class ActionGraphSource extends GraphSource {
|
||||
private List<Long> posCache = null;
|
||||
|
||||
private void rebuildCache() {
|
||||
posCache = new ArrayList<Long>();
|
||||
posCache = new ArrayList<>();
|
||||
for (int i = 0; i < size(); i++) {
|
||||
posCache.add(pos2adr(i));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user