BUG-5280: fix invalid local transaction replay
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / ChainedCommitCohort.java
index d6b43c46a01cf795a190c1f27e9890b95811047b..19c06274634eafd98f68e456beec7644e84c511a 100644 (file)
@@ -87,5 +87,4 @@ final class ChainedCommitCohort extends ShardDataTreeCohort {
     public State getState() {
         return delegate.getState();
     }
     public State getState() {
         return delegate.getState();
     }
-
 }
 }