mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 04:05:35 +00:00
final fields
This commit is contained in:
@@ -34,8 +34,8 @@ import java.util.zip.ZipInputStream;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ZippedSWFBundle implements SWFBundle {
|
||||
protected Set<String> keySet=new HashSet<String>();
|
||||
private Map<String,SWF> cachedSWFs=new HashMap<>();
|
||||
protected Set<String> keySet=new HashSet<>();
|
||||
private final Map<String,SWF> cachedSWFs=new HashMap<>();
|
||||
protected ReReadableInputStream is;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user