Fix checkstyle 13/89413/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 24 Apr 2020 17:52:34 +0000 (19:52 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 3 May 2020 16:23:05 +0000 (18:23 +0200)
Upgraded checkstyle is finding these, fix them up.

Change-Id: Iad8b25d87aa3fa10af5fe372ee9b44c275fd1214
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 126e78c8c51922c51353e0cceb931fef5c9a20f9)

neutron-hostconfig/ovs/src/main/java/org/opendaylight/neutron/hostconfig/ovs/NeutronHostconfigOvsListener.java
neutron-hostconfig/vpp/src/main/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigUtil.java
neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/NeutronHostconfigVppListenerTest.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronObject.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/impl/PortStatusUpdateInitializer.java

index ee448b0fd04d25cfd47dd16ac4d94939ceccf0dc..a4ded0634bd08699f3abfccee37e603e475e0d68 100644 (file)
@@ -5,7 +5,6 @@
  * 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.neutron.hostconfig.ovs;
 
 import com.google.common.base.Preconditions;
index c643d9ca36570902999f0705b09097ea54767b48..973b0322ad1d1455556e76ce4ce553be1cc7cbc8 100644 (file)
@@ -5,18 +5,15 @@
  * 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.neutron.hostconfig.vpp;
 
 import com.google.common.base.Preconditions;
 import com.google.common.collect.Lists;
 import com.google.gson.JsonArray;
 import com.google.gson.JsonObject;
-
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
-
 import org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId;
 
 public final class HostconfigUtil {
index 2732c83c5be746dad5e4aff7c35da0eb06203043..d9d05e2b799c518607846a8583da96646cc9eb78 100644 (file)
@@ -5,7 +5,6 @@
  * 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.neutron.hostconfig.vpp;
 
 import com.google.common.util.concurrent.SettableFuture;
index df941619e1a27b5c0ab2193a4d040758773ca347..2176b8ada4f06c66d2b5e4de638d9b7bcb7983de 100644 (file)
@@ -8,7 +8,6 @@
 package org.opendaylight.neutron.spi;
 
 import java.util.List;
-
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid;
 
 /**
index 597f1bae152545ee81b0172bb17f5cff761b7bbf..324abf62d8f97eb9b412ad82c65424108de95001 100644 (file)
@@ -11,7 +11,6 @@ import com.google.common.base.Optional;
 import javax.inject.Inject;
 import javax.inject.Singleton;
 import javax.ws.rs.core.MultivaluedHashMap;
-
 import org.opendaylight.netconf.sal.restconf.api.JSONRestconfService;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.northbound.api.config.rev181024.NeutronNorthboundApiConfig;
 import org.opendaylight.yangtools.yang.common.OperationFailedException;