mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 16:54:23 +00:00
#538 Interface are sometimes dynamic fixed
This commit is contained in:
@@ -79,7 +79,7 @@ public class InstanceInfo {
|
||||
if (isFinal()) {
|
||||
modifiers += "final ";
|
||||
}
|
||||
if (isDynamic()) {
|
||||
if (!isInterface() && isDynamic()) {
|
||||
modifiers += "dynamic ";
|
||||
}
|
||||
String objType = "class ";
|
||||
|
||||
Reference in New Issue
Block a user