Fix checkstyle warnings for config-netconf-connector
[controller.git] / opendaylight / netconf / config-netconf-connector / src / main / java / org / opendaylight / controller / netconf / confignetconfconnector / exception / OperationNotPermittedException.java
index 49276663b8aa49894369a98906d7fcfc882f7fe2..d92ea4521ecd57dc3c0271d0a8a7f60c2cd3b4e6 100644 (file)
@@ -9,7 +9,6 @@ package org.opendaylight.controller.netconf.confignetconfconnector.exception;
 
 import java.util.Collections;
 import java.util.Map;
-
 import org.opendaylight.controller.netconf.api.NetconfDocumentedException;
 
 public class OperationNotPermittedException extends NetconfDocumentedException {