Fix checkstyle warnings in netconf-util
[controller.git] / opendaylight / netconf / netconf-util / src / main / java / org / opendaylight / controller / netconf / util / exception / UnexpectedNamespaceException.java
index 582fd23e16e7576c4b4c0622216f4db6f505f10f..4a19390b362f9358aff0db32d6e705b4bba16bbd 100644 (file)
@@ -9,7 +9,6 @@ package org.opendaylight.controller.netconf.util.exception;
 
 import java.util.Collections;
 import java.util.Map;
-
 import org.opendaylight.controller.netconf.api.NetconfDocumentedException;
 
 public class UnexpectedNamespaceException extends NetconfDocumentedException {