SonarBug:Remove unused variables 58/14858/3
authorBindya Narayan <bindya.narayan@intel.com>
Wed, 4 Feb 2015 07:54:27 +0000 (23:54 -0800)
committerSam Hague <shague@redhat.com>
Fri, 6 Feb 2015 02:44:37 +0000 (21:44 -0500)
Conflicts:
northbound/src/main/java/org/opendaylight/ovsdb/northbound/OvsdbNorthboundV3.java

Change-Id: I4bbdcc9517966f91230987b09ae7cd27f6d845c2
Signed-off-by: Bindya Narayan <bindya.narayan@intel.com>
Signed-off-by: Sam Hague <shague@redhat.com>
northbound/src/main/java/org/opendaylight/ovsdb/northbound/OvsdbNorthboundV3.java

index d6a41fa0564d508c8fff4cb086c809cfd5582fc1..6a878e82781e58ccd0fd8e6c2d27609ebb722e9b 100644 (file)
@@ -13,13 +13,9 @@ import org.opendaylight.controller.northbound.commons.exception.UnauthorizedExce
 import org.opendaylight.controller.northbound.commons.utils.NorthboundUtils;
 import org.opendaylight.controller.sal.authorization.Privilege;
 
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
 import javax.ws.rs.Path;
 import javax.ws.rs.core.Context;
 import javax.ws.rs.core.SecurityContext;
-import javax.ws.rs.core.UriInfo;
 
 /**
 * OVSDB Northbound V3 REST API
@@ -27,8 +23,6 @@ import javax.ws.rs.core.UriInfo;
 
 @Path("/v3/")
 public class OvsdbNorthboundV3 {
-    protected static final Logger LOGGER = LoggerFactory.getLogger(OvsdbNorthboundV3.class);
-
     @Context
     private String username;