Merge "Fixup Augmentable and Identifiable methods changing"
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / SubmitReply.java
index 46e6ee33b7bbb0edeb75a332d5ca9bf5a344f557..5ca306c6cde5f23d711abb7b366a1d705a3b2289 100644 (file)
@@ -14,4 +14,5 @@ import java.io.Serializable;
  * Message sent from master back to the slave when submit is successfully performed.
  */
 public class SubmitReply implements Serializable {
+    private static final long serialVersionUID = 1L;
 }