Move AbstractBody et al.
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / databind / XmlOperationInputBodyTest.java
index cc6998164b5b51c0f14129659da1fc3f57aced5f..6677ee8e8ad435751163dc9435f53e90eb8673e0 100644 (file)
@@ -8,6 +8,8 @@
 package org.opendaylight.restconf.nb.rfc8040.databind;
 
 import java.io.InputStream;
+import org.opendaylight.restconf.server.api.OperationInputBody;
+import org.opendaylight.restconf.server.api.XmlOperationInputBody;
 
 public class XmlOperationInputBodyTest extends AbstractOperationInputBodyTest {
     @Override