X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fnode%2Futils%2Fstream%2FTokenTypes.java;h=66405b1340020dc1774abf47909f4d3695b17208;hp=5fa9ce97b9d638daf8c58f227acf0ac6a1227c69;hb=23fa5a5c2a0748e12b5a704f2dc2ed3bc7169a58;hpb=3ec97cd0a86ad1b79f6854dc6924eb7b06e359a3 diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/TokenTypes.java b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/TokenTypes.java index 5fa9ce97b9..66405b1340 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/TokenTypes.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/TokenTypes.java @@ -22,14 +22,14 @@ final class TokenTypes { * Revised stream version. Unlike {@link #LITHIUM_VERSION}, QNames and QNameModules are using a per-stream * dictionary, too. */ - static final short SODIUM_VERSION = 2; + static final short NEON_SR2_VERSION = 2; // Tokens supported in LITHIUM_VERSION static final byte IS_CODE_VALUE = 1; static final byte IS_STRING_VALUE = 2; static final byte IS_NULL_VALUE = 3; - // Tokens supported in SODIUM_VERSION + // Tokens supported in NEON_SR2_VERSION static final byte IS_QNAME_CODE = 4; static final byte IS_QNAME_VALUE = 5; static final byte IS_AUGMENT_CODE = 6;