Merge "Bug 2265: Use new NormalizedNode streaming in messages"
authorMoiz Raja <moraja@cisco.com>
Mon, 26 Jan 2015 03:57:54 +0000 (03:57 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 26 Jan 2015 03:57:54 +0000 (03:57 +0000)
1  2 
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/Shard.java

index f8bcb528b3e987ce36784725befdd91b4fd020e4,1661bb4b5dc95477f9e10c413171bc8d5ba03fb8..a3ef0339b7571172dfb0d5b2338f52911a86cf9c
@@@ -95,12 -95,9 +95,10 @@@ import scala.concurrent.duration.Finite
   */
  public class Shard extends RaftActor {
  
-     private static final Object COMMIT_TRANSACTION_REPLY = new CommitTransactionReply().toSerializable();
      private static final Object TX_COMMIT_TIMEOUT_CHECK_MESSAGE = "txCommitTimeoutCheck";
  
 -    public static final String DEFAULT_NAME = "default";
 +    @VisibleForTesting
 +    static final String DEFAULT_NAME = "default";
  
      // The state of this Shard
      private final InMemoryDOMDataStore store;