OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / applications / device-ownership-service / src / main / java / org / opendaylight / openflowplugin / applications / deviceownershipservice / impl / DeviceOwnershipServiceImpl.java
index 33111d5902d67b3e3073604426f1d619ffeceffa..e58c91134f7e2fbbaecdc8f6e7777c371c7df9c1 100644 (file)
@@ -7,8 +7,9 @@
  */
 package org.opendaylight.openflowplugin.applications.deviceownershipservice.impl;
 
-import com.google.common.base.Optional;
 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
+
+import java.util.Optional;
 import java.util.concurrent.ConcurrentHashMap;
 import java.util.concurrent.ConcurrentMap;
 import java.util.regex.Pattern;
@@ -22,7 +23,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 public class DeviceOwnershipServiceImpl implements DeviceOwnershipService, EntityOwnershipListener {
-    private static final Logger LOG = LoggerFactory.getLogger(DeviceOwnershipService.class);
+    private static final Logger LOG = LoggerFactory.getLogger(DeviceOwnershipServiceImpl.class);
     private static final String SERVICE_ENTITY_TYPE = "org.opendaylight.mdsal.ServiceEntityType";
     private static final Pattern NODE_ID_PATTERN = Pattern.compile("^openflow:\\d+");