mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:20:46 +00:00
initializers fix
This commit is contained in:
+2
-4
@@ -114,10 +114,8 @@ public class TraitSlotConst extends Trait implements TraitWithSlot {
|
||||
}
|
||||
|
||||
assignedValue.toString(writer, LocalData.create(abc.constants, new HashMap<>(), fullyQualifiedNames));
|
||||
if (parent instanceof TraitClass) {
|
||||
writer.endMethod();
|
||||
writer.endTrait();
|
||||
}
|
||||
writer.endMethod();
|
||||
writer.endTrait();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user