Checkstyle fix

This commit is contained in:
Jindra Petřík
2025-08-11 17:36:47 +02:00
parent b1ba7ed704
commit 18b5bdb418

View File

@@ -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();
}