Fix checkstyle warnings for config-netconf-connector
[controller.git] / opendaylight / netconf / config-netconf-connector / src / main / java / org / opendaylight / controller / netconf / confignetconfconnector / mapping / attributes / fromxml / AttributeConfigElement.java
index 2b081258c42014e880846330994ea2dbb84147b8..2d5a72b0feefe800b1902b0bf0fd65c319228d55 100644 (file)
@@ -9,11 +9,10 @@
 package org.opendaylight.controller.netconf.confignetconfconnector.mapping.attributes.fromxml;
 
 import com.google.common.base.Optional;
+import javax.management.openmbean.OpenType;
 import org.opendaylight.controller.netconf.api.NetconfDocumentedException;
 import org.opendaylight.controller.netconf.confignetconfconnector.mapping.attributes.resolving.AttributeResolvingStrategy;
 
-import javax.management.openmbean.OpenType;
-
 /**
  * Parsed xml element containing configuration for one attribute of an instance
  * of some module. Contains default value extracted from yang file.