remove some useless empty lines 52/93252/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 22 Oct 2020 06:38:45 +0000 (08:38 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 26 Oct 2020 10:55:07 +0000 (10:55 +0000)
this will ease the review of the OSGi DS conversion to come
https://wiki.openstack.org/wiki/GitCommitMessages#Structural_split_of_changes

Change-Id: I01aad5992f174e82dd5ea31eed69f33a4cc81167
Co-authored-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
config-loader/config-loader-impl/src/main/java/org/opendaylight/bgpcep/config/loader/impl/FileWatcherImpl.java
config-loader/config-loader-impl/src/test/java/org/opendaylight/bgpcep/config/loader/impl/FileWatcherTest.java
config-loader/protocols-config-loader/src/main/java/org/opendaylight/bgpcep/config/loader/protocols/ProtocolsConfigFileProcessor.java
config-loader/protocols-config-loader/src/test/java/org/opendaylight/bgpcep/config/loader/protocols/ProtocolsConfigFileProcessorTest.java
config-loader/routing-policy-config-loader/src/test/java/org/opendaylight/bgpcep/config/loader/routing/policy/OpenconfigRoutingPolicyLoaderTest.java
config-loader/topology-config-loader/src/test/java/org/opendaylight/bgpcep/config/loader/topology/NetworkTopologyConfigFileProcessorTest.java

index a46c02389277ef3ad1334e7773bf84628700365b..3839579c2f62068e4aa8a49d80f7ae1521fefcfb 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.bgpcep.config.loader.impl;
 
 import static java.nio.file.StandardWatchEventKinds.ENTRY_CREATE;
index ae03c75241f147d3b0555c2bf4310705ee565046..942ecaee6793bbe4bde4c74d3afce53cc03bd5e7 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.bgpcep.config.loader.impl;
 
 import static org.junit.Assert.assertEquals;
index 81de4075775b59cabcc45060c52ffba72c3a2939..e7c750bb1dbf596e88f4635a176c325cd3e20f0e 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.bgpcep.config.loader.protocols;
 
 import static java.util.Objects.requireNonNull;
index a95b17fef10260e27ecd6168f2ccc5ed59b6ba7d..4f8b3164be635fd8fa9faed75ef225069393aa17 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.bgpcep.config.loader.protocols;
 
 import static org.junit.Assert.assertEquals;
index 7226271b144241860425c26432bd61d18877f084..cb03a1c5b169e81f05160a6156ed91ba7e4a302b 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.bgpcep.config.loader.routing.policy;
 
 import static org.junit.Assert.assertEquals;
@@ -19,4 +18,4 @@ public class OpenconfigRoutingPolicyLoaderTest extends AbstractOpenconfigRouting
     public void configFileTest() {
         assertEquals(SchemaPath.create(true, RoutingPolicy.QNAME), this.policyLoader.getSchemaPath());
     }
-}
\ No newline at end of file
+}
index d70dfb45179517f5a1b3f95dfe5122ba5cb01b49..c69ea3e2e47eb36f7979877ce8319894330c6556 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.bgpcep.config.loader.topology;
 
 import static org.junit.Assert.assertEquals;