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=eb444f2d8f096c64871ee59d3bce8f1fb689fb81;hb=2dedb8231e13abe55d6b75eb532d23dbe536e168;hp=a2c51171e443821e915cb917f9f1100fed3bd935;hpb=bea6b951027946c28745e7fc52cada271ff5d422;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 a2c51171e4..eb444f2d8f 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,15 +13,23 @@ 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 SODIUM_SR1_VERSION = 11; - public static final short CURRENT_VERSION = SODIUM_SR1_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; + public static final short SODIUM_SR1_VERSION = 11; + public static final short PHOSPHORUS_VERSION = 12; + public static final short CURRENT_VERSION = PHOSPHORUS_VERSION; private DataStoreVersions() {