mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 04:40:53 +00:00
non static caches (separated cache for all SWFs)
This commit is contained in:
@@ -167,7 +167,7 @@ public class HighlightedTextWriter extends GraphTextWriter {
|
||||
|
||||
@Override
|
||||
public HighlightedTextWriter append(String str) {
|
||||
return appendWithData(str, new HighlightData());
|
||||
return appendWithData(str, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user