X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotobuff%2Fmessages%2Ftransaction%2FShardTransactionMessagesTest.java;h=e2b49e76b60b3f8ea21f8579ab58c5bdd2b0b2f0;hb=c796596b5c46b5203c30b143e6282662e66c5642;hp=6b538dab0da711250ab867e00a7ca42f80d45395;hpb=aa16c6b860255d4509f240fbcb416b8d3d6c0232;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/protobuff/messages/transaction/ShardTransactionMessagesTest.java b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/protobuff/messages/transaction/ShardTransactionMessagesTest.java index 6b538dab0d..e2b49e76b6 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/protobuff/messages/transaction/ShardTransactionMessagesTest.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/protobuff/messages/transaction/ShardTransactionMessagesTest.java @@ -51,7 +51,7 @@ public class ShardTransactionMessagesTest extends AbstractMessagesTest { instanceIdentifierBuilder.build(); builder.setInstanceIdentifierPathArguments(expectedOne); - writeToFile((com.google.protobuf.GeneratedMessage.Builder) builder); + writeToFile(builder); // Here we will read the same and check we got back what we had saved ShardTransactionMessages.ReadData readDataNew =