Split Restconf implementations (draft02 and RFC) - base api
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / restconf / impl / QueryParametersParser.java
index 103d07c2f3c9489aade0a50708ea9cab381ceb84..f1b50285c13041f265ad49a91adefd2a9ca0962a 100644 (file)
@@ -9,6 +9,7 @@ package org.opendaylight.netconf.sal.restconf.impl;
 
 import com.google.common.base.Strings;
 import javax.ws.rs.core.UriInfo;
+import org.opendaylight.restconf.common.context.WriterParameters;
 
 public class QueryParametersParser {