mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 12:08:23 +00:00
Checkstyle fix
This commit is contained in:
@@ -1017,7 +1017,7 @@ public class ActionGraph extends Graph {
|
||||
|
||||
private GraphTargetItem getFirstListItem(List<GraphTargetItem> list) {
|
||||
int i = 0;
|
||||
while(i < list.size()) {
|
||||
while (i < list.size()) {
|
||||
GraphTargetItem item = list.get(i);
|
||||
if (item instanceof LabelItem) {
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user