X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FDataStoreVersions.java;h=996fe1023dac6f21b4ae6a6c0f4bd68059694635;hb=HEAD;hp=8e8707941a75885326f367078fcd29f639b0b7dd;hpb=23fa5a5c2a0748e12b5a704f2dc2ed3bc7169a58;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DataStoreVersions.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DataStoreVersions.java index 8e8707941a..996fe1023d 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DataStoreVersions.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DataStoreVersions.java @@ -13,14 +13,26 @@ package org.opendaylight.controller.cluster.datastore; * @author Thomas Pantelis */ public final class DataStoreVersions { - public static final short BASE_HELIUM_VERSION = 0; - public static final short HELIUM_1_VERSION = 1; - public static final short HELIUM_2_VERSION = 2; - public static final short LITHIUM_VERSION = 3; - public static final short BORON_VERSION = 5; - public static final short FLUORINE_VERSION = 9; - public static final short NEON_SR2_VERSION = 10; - public static final short CURRENT_VERSION = NEON_SR2_VERSION; + @Deprecated + public static final short BASE_HELIUM_VERSION = 0; + @Deprecated + public static final short HELIUM_1_VERSION = 1; + @Deprecated + public static final short HELIUM_2_VERSION = 2; + @Deprecated + public static final short LITHIUM_VERSION = 3; + @Deprecated + public static final short BORON_VERSION = 5; + @Deprecated + public static final short FLUORINE_VERSION = 9; + @Deprecated + public static final short NEON_SR2_VERSION = 10; + @Deprecated + public static final short SODIUM_SR1_VERSION = 11; + @Deprecated + public static final short PHOSPHORUS_VERSION = 12; + public static final short POTASSIUM_VERSION = 13; + public static final short CURRENT_VERSION = POTASSIUM_VERSION; private DataStoreVersions() {