Promote FormattableBody to restconf.api
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / server / api / InvokeParams.java
index e157b28e44ed038548482c47ff31c04e8594eb41..ff5bbdbf5345b3ad9688cf893b7f99c459761e9d 100644 (file)
@@ -12,6 +12,7 @@ import static org.opendaylight.restconf.server.api.EventStreamGetParams.mandator
 
 import java.util.Map;
 import org.eclipse.jdt.annotation.NonNull;
+import org.opendaylight.restconf.api.FormatParameters;
 import org.opendaylight.restconf.api.query.PrettyPrintParam;
 
 /**