Merge of new rebased code
[appc.git] / appc-dg / appc-dg-shared / appc-dg-netconf / src / main / java / org / openecomp / appc / dg / netconf / NetconfClientPlugin.java
index 3b75f40..29334e2 100644 (file)
@@ -28,7 +28,6 @@ import org.openecomp.sdnc.sli.SvcLogicContext;
 import org.openecomp.sdnc.sli.SvcLogicJavaPlugin;
 
 
-
 public interface NetconfClientPlugin extends SvcLogicJavaPlugin {
     void configure(Map<String, String> params, SvcLogicContext ctx) throws APPCException;
     void operationStateValidation(Map<String, String> params, SvcLogicContext ctx) throws APPCException;