CDS: Add stress test RPC to the cars model
[controller.git] / opendaylight / netconf / netconf-api / src / main / java / org / opendaylight / controller / netconf / api / jmx / CommitJMXNotification.java
index 74cd4a4e05a5186cf6c4df5543b03a106c61fa3e..4e3954a24d1bd9cd64d172fcce2946e7a0ed4067 100644 (file)
@@ -8,10 +8,9 @@
 
 package org.opendaylight.controller.netconf.api.jmx;
 
-import org.w3c.dom.Element;
-
-import javax.management.NotificationBroadcasterSupport;
 import java.util.Set;
+import javax.management.NotificationBroadcasterSupport;
+import org.w3c.dom.Element;
 
 public class CommitJMXNotification extends NetconfJMXNotification {