Sorting operations by priority.

This commit is contained in:
2025-05-24 19:36:42 +01:00
parent ea10abdb78
commit 605da72293
2 changed files with 5 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class OperationItem {
return max;
}
public float getPriority() {
public int getPriority() {
return priority;
}