Bump upstreams for Silicon
[netvirt.git] / elanmanager / impl / src / main / java / org / opendaylight / netvirt / elan / l2gw / utils / ElanL2GatewayUtils.java
index 6b612cc1cd4aa9ce3c6e38b04feb04e25edd011a..869543eb59737184782f8c2228fd213819895630 100644 (file)
@@ -1249,7 +1249,7 @@ public class ElanL2GatewayUtils {
     public List<MacAddress> getL2GwDeviceLocalMacs(String elanName, L2GatewayDevice l2gwDevice) {
         Set<MacAddress> macs = new HashSet<>();
         if (l2gwDevice == null) {
-            return Collections.EMPTY_LIST;
+            return Collections.emptyList();
         }
         Collection<LocalUcastMacs> lstUcastLocalMacs = l2gwDevice.getUcastLocalMacs();
         if (lstUcastLocalMacs != null && !lstUcastLocalMacs.isEmpty()) {