X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=elanmanager%2Fimpl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetvirt%2Felan%2Fl2gw%2Fha%2Fcommands%2FTunnelCmd.java;h=2d7cfc2e200bef94d35eb295607afa8d4162529a;hb=85a5359612deb86016401ad2a089b485fb9cb34e;hp=11ec4350230ae4e9e9edb1b5ac213a8e818f8ca1;hpb=72bd2d39aefb0e36308765cd15b3bdbda8275fc7;p=netvirt.git diff --git a/elanmanager/impl/src/main/java/org/opendaylight/netvirt/elan/l2gw/ha/commands/TunnelCmd.java b/elanmanager/impl/src/main/java/org/opendaylight/netvirt/elan/l2gw/ha/commands/TunnelCmd.java index 11ec435023..2d7cfc2e20 100644 --- a/elanmanager/impl/src/main/java/org/opendaylight/netvirt/elan/l2gw/ha/commands/TunnelCmd.java +++ b/elanmanager/impl/src/main/java/org/opendaylight/netvirt/elan/l2gw/ha/commands/TunnelCmd.java @@ -8,6 +8,7 @@ package org.opendaylight.netvirt.elan.l2gw.ha.commands; import java.util.List; +import javax.annotation.Nullable; import org.opendaylight.netvirt.elan.l2gw.ha.HwvtepHAUtil; import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepPhysicalLocatorRef; import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.PhysicalSwitchAugmentation; @@ -27,6 +28,7 @@ public class TunnelCmd extends MergeCommand getData(PhysicalSwitchAugmentation node) { if (node != null) { return node.getTunnels(); @@ -60,13 +62,13 @@ public class TunnelCmd extends MergeCommand