BUG-5280: fix problems identified by integration tests
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / ReadTransactionSuccessProxyV1.java
index 3637aa8ac98acb2d1ba6f536f3e88b24e9353196..dafc26b125471e026a755c0706763d14b10351e9 100644 (file)
@@ -50,8 +50,6 @@ final class ReadTransactionSuccessProxyV1 extends AbstractTransactionSuccessProx
         } else {
             out.writeBoolean(false);
         }
-
-        out.writeObject(data);
     }
 
     @Override