Moved missed condition.
This commit is contained in:
parent
7e650bf980
commit
7437a17c9f
2 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue