Split out ChainedTransactionProxy 30/17530/10
authorRobert Varga <rovarga@cisco.com>
Wed, 1 Apr 2015 10:47:27 +0000 (12:47 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 2 Apr 2015 08:24:09 +0000 (10:24 +0200)
commite70650ee977b2269651073b71c8cfc0bc5b5e198
treea8a2c8ce6c30523b962a5be8ac9f82b7cba37919
parent8248df4a9a95af97cc3496cb1349b245c077bc9a
Split out ChainedTransactionProxy

Rather than having it as a inner class, move it into its own file,
increasing clarity.

Change-Id: I83d667db353cc01a950ac24da7ee68fc66ceb46d
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ChainedTransactionProxy.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionChainProxy.java