mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 21:08:08 +00:00
Checkstyle fix
This commit is contained in:
@@ -1701,9 +1701,9 @@ public class XFLConverter {
|
||||
|
||||
if (emptyDuration > 0) {
|
||||
symbolStr.writeStartElement("DOMFrame", new String[]{
|
||||
"index", Integer.toString(frame - emptyDuration),
|
||||
"duration", Integer.toString(emptyDuration),
|
||||
"keyMode", Integer.toString(KEY_MODE_NORMAL)});
|
||||
"index", Integer.toString(frame - emptyDuration),
|
||||
"duration", Integer.toString(emptyDuration),
|
||||
"keyMode", Integer.toString(KEY_MODE_NORMAL)});
|
||||
symbolStr.writeElementValue("elements", "");
|
||||
symbolStr.writeEndElement();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user