Moved missed condition.

This commit is contained in:
Michael Lipp 2025-03-05 10:24:40 +01:00
parent 7e650bf980
commit 7437a17c9f
2 changed files with 5 additions and 5 deletions

View file

@ -75,13 +75,13 @@ public class Constants {
/** The Constant ASSIGNMENT. */
public static final String ASSIGNMENT = "assignment";
/** The Constant COND_RUNNING. */
public static final String COND_RUNNING = "Running";
/**
* Conditions used in Status.
*/
public static class Condition {
/** The Constant COND_RUNNING. */
public static final String RUNNING = "Running";
/** The Constant COND_BOOTED. */
public static final String BOOTED = "Booted";