Renamed package org.opendaylight.netconf.sal.rest.doc.jaxrs to
org.opendaylight.restconf.openapi.jaxrs.
JIRA: NETCONF-1011
Change-Id: I0e70e36a0bdacb7efeb8458ae3172767260f190e
Signed-off-by: OleksandrZharov <[email protected]>
Signed-off-by: Ivan Hrasko <[email protected]>
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
-package org.opendaylight.netconf.sal.rest.doc.jaxrs;
+package org.opendaylight.restconf.openapi.jaxrs;
import com.fasterxml.jackson.databind.ObjectMapper;
import javax.ws.rs.Consumes;
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
-package org.opendaylight.netconf.sal.rest.doc.jaxrs;
+package org.opendaylight.restconf.openapi.jaxrs;
import static java.util.Objects.requireNonNull;
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
-package org.opendaylight.netconf.sal.rest.doc.jaxrs;
+package org.opendaylight.restconf.openapi.jaxrs;
import javax.annotation.PreDestroy;
import javax.inject.Inject;