mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/replication/common/ServerStatus.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions Copyright 2015 ForgeRock AS.
 */
package org.opends.server.replication.common;
@@ -85,7 +86,7 @@
   */
  BAD_GEN_ID_STATUS((byte) 4);
  // The status value
  /** The status value. */
  private byte value = -1;
  private ServerStatus(byte value)