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

Matthew Swift
10.25.2013 64b56e8220fb1a9e3ff95623e104e118663e607a
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
@@ -81,9 +81,15 @@
  public static final short REPLICATION_PROTOCOL_V6 = 6;
  /**
   * The constant for the 7th version of the replication protocol.
   * - compact encoding for length, CSNs, and server IDs.
   */
  public static final short REPLICATION_PROTOCOL_V7 = 7;
  /**
   * The replication protocol version used by the instance of RS/DS in this VM.
   */
  private static final short CURRENT_VERSION = REPLICATION_PROTOCOL_V6;
  private static final short CURRENT_VERSION = REPLICATION_PROTOCOL_V7;
  /**
   * Gets the current version of the replication protocol.