From c6e7a0ed59e75563e68562a771f062c94a776193 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Wed, 25 Feb 2015 20:42:58 +0200 Subject: [PATCH] Point Jetty to the actual correct init class Change-Id: I2e62070d13217bf4fd88ce6da5f9c9945aee36da Signed-off-by: Lorand Jakab --- northbound-api/src/main/resources/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/northbound-api/src/main/resources/WEB-INF/web.xml b/northbound-api/src/main/resources/WEB-INF/web.xml index 08a314a42..0b3cb4f20 100644 --- a/northbound-api/src/main/resources/WEB-INF/web.xml +++ b/northbound-api/src/main/resources/WEB-INF/web.xml @@ -7,7 +7,7 @@ com.sun.jersey.spi.container.servlet.ServletContainer javax.ws.rs.Application - org.opendaylight.controller.networkconfig.neutron.northbound.NeutronNorthboundRSApplication + org.opendaylight.neutron.northbound.api.NeutronNorthboundRSApplication -- 2.36.6