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

neil_a_wilson
14.02.2007 e4eb4b624b2bc06151d883a40fe251fd50720d4d
opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java
@@ -218,6 +218,17 @@
  public enum Cause {
    /**
     * Incompatible property name change committed on 09/05/2007
     * and described in the SVN log for rev 2974.
     */
    PROPERTY_CHANGE_1(
            4, // Unique ID.  See javadoc for more information.
            INFO_2974_UPGRADE.get(),
            INFO_2974_REVERSION.get(),
            Effect.REVERSION_NOT_POSSIBLE,
            Effect.UPGRADE_NOT_POSSIBLE),
    /**
     * Database format change committed on 6/7/2007
     * and described in the SVN log for rev 2049.
     */