Remove DataPostPath
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / databind / JsonOperationInputBodyTest.java
index 23d6ddec5a1caa03d12b80bd3b4833ae56e78916..401640487a4945f93429602b3d521385727c6b06 100644 (file)
@@ -8,6 +8,8 @@
 package org.opendaylight.restconf.nb.rfc8040.databind;
 
 import java.io.InputStream;
+import org.opendaylight.restconf.server.api.JsonOperationInputBody;
+import org.opendaylight.restconf.server.api.OperationInputBody;
 
 public class JsonOperationInputBodyTest extends AbstractOperationInputBodyTest {
     @Override