BUG 3340 : Improve logging
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / DebugThreePhaseCommitCohortTest.java
index 4427ee89bfedf22b8aab9b29809a7030bc580325..630e153b2ab32eae17e7ee5c71943928fa458ecf 100644 (file)
@@ -47,7 +47,7 @@ public class DebugThreePhaseCommitCohortTest {
         List<Future<Object>> expCohortFutures = new ArrayList<>();
         doReturn(expCohortFutures).when(mockDelegate).getCohortFutures();
 
-        TransactionIdentifier transactionId = TransactionIdentifier.create("1", 1, "");
+        TransactionIdentifier transactionId = TransactionIdentifier.create("1", 1);
         Throwable debugContext = new RuntimeException("mock");
         DebugThreePhaseCommitCohort cohort = new DebugThreePhaseCommitCohort(transactionId , mockDelegate , debugContext );