Avoid duplicate constants.
This commit is contained in:
parent
c45c452c83
commit
bc33640c98
3 changed files with 22 additions and 25 deletions
|
|
@ -18,28 +18,12 @@
|
|||
|
||||
package org.jdrupes.vmoperator.manager;
|
||||
|
||||
// TODO: Auto-generated Javadoc
|
||||
/**
|
||||
* Some constants.
|
||||
*/
|
||||
@SuppressWarnings("PMD.DataClass")
|
||||
public class Constants extends org.jdrupes.vmoperator.common.Constants {
|
||||
|
||||
/** The Constant COMP_DISPLAY_SECRET. */
|
||||
public static final String COMP_DISPLAY_SECRET = "display-secret";
|
||||
|
||||
/** The Constant DATA_DISPLAY_PASSWORD. */
|
||||
public static final String DATA_DISPLAY_PASSWORD = "display-password";
|
||||
|
||||
/** The Constant DATA_PASSWORD_EXPIRY. */
|
||||
public static final String DATA_PASSWORD_EXPIRY = "password-expiry";
|
||||
|
||||
/** The Constant DATA_DISPLAY_USER. */
|
||||
public static final String DATA_DISPLAY_USER = "display-user";
|
||||
|
||||
/** The Constant DATA_DISPLAY_LOGIN. */
|
||||
public static final String DATA_DISPLAY_LOGIN = "login-user";
|
||||
|
||||
/** The Constant STATE_RUNNING. */
|
||||
public static final String STATE_RUNNING = "Running";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue