Bump odlparent/yangtools/mdsal to 5.0.6/3.0.10/4.0.13
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / java / org / opendaylight / ovsdb / hwvtepsouthbound / HwvtepDeviceInfo.java
index e8f82cd2852751aa8c5ec3e159a844e9cea7558c..d89db5f9df2042b6037dab8baa1d4eb81b992dc4 100644 (file)
@@ -5,17 +5,14 @@
  * 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.ovsdb.hwvtepsouthbound;
 
 import com.google.common.collect.Sets;
-
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.Iterator;
 import java.util.Map;
 import java.util.Set;
-
 import java.util.concurrent.ConcurrentHashMap;
 import org.opendaylight.ovsdb.hwvtepsouthbound.transact.DependencyQueue;
 import org.opendaylight.ovsdb.hwvtepsouthbound.transact.DependentJob;
@@ -51,10 +48,8 @@ import org.slf4j.LoggerFactory;
  * keys. Mac-entry updates from switch rarely contain Logical_Switch
  * table entries. To add mac-entries we need table entries from
  * Logical_Switch table which were created in an earlier update.
- *
  */
 public class HwvtepDeviceInfo {
-
     private static final Logger LOG = LoggerFactory.getLogger(HwvtepDeviceInfo.class);
 
     public enum DeviceDataStatus {