Resolve Bug:707 - ConfigPusher should wait for netconf-impl to register JMX bean.
[controller.git] / opendaylight / netconf / netconf-api / src / main / java / org / opendaylight / controller / netconf / api / NetconfMessage.java
index e5a9e18576afbca754a3b111b4574ae54f9ff64f..78586a3fec2bb926690771732769dc71ddaff99d 100644 (file)
@@ -14,10 +14,7 @@ import org.w3c.dom.Document;
  * NetconfMessage represents a wrapper around org.w3c.dom.Document. Needed for
  * implementing ProtocolMessage interface.
  */
-public final class NetconfMessage {
-
-    private static final long serialVersionUID = 462175939836367285L;
-
+public class NetconfMessage {
     private final Document doc;
 
     public NetconfMessage(final Document doc) {