fix some checkstyle warnings 87/85887/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 20 Nov 2019 10:33:39 +0000 (11:33 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 20 Nov 2019 10:58:16 +0000 (11:58 +0100)
that appeared with dependencies bump

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ia48ca0bc6622153c52b76730e6ad50dd20a11b0b

common/src/main/java/org/opendaylight/transportpce/common/converter/api/DataObjectConverter.java
common/src/main/java/org/opendaylight/transportpce/common/device/DeviceTransactionManager.java
olm/src/test/java/org/opendaylight/transportpce/olm/util/OlmPowerServiceRpcImplUtil.java

index fcd2bda63aead60cf30c2e2e3f74a29cc81920a2..302b904bbcc1ec264da38fb3a94668a2ed6ccc6a 100644 (file)
@@ -66,7 +66,7 @@ public interface DataObjectConverter {
      * @param <T> T extends DataContainer
      *
      * @return {@link ConvertType} converter for {@link DataContainer}
-     * representing rpc data
+     *      representing rpc data
      */
     <T extends DataContainer> ConvertType<T> rpcData();
 
index 871363917fdabc8cfd38fee28b246f41f4819b88..57c942b78c548602e186cb4dc421bd6de277e3d7 100644 (file)
@@ -139,7 +139,9 @@ public interface DeviceTransactionManager {
      * Returns data from device from specified path. Creates new device transaction, gets data via it and closes
      * transaction.
      *
+     * <p>
      * This method is blocking - it's waiting until it receives {@link DeviceTransaction} and then the data from device.
+     * </p>
      *
      * @param deviceId Device identifier from which will be data read.
      * @param logicalDatastoreType Datastore type.
index 8ba6ce8f0e8794e0b964e4b126d93b1e1a18d8c7..40cd764182e58f66af66b02899d8d1b0759a9d31 100644 (file)
@@ -34,7 +34,8 @@ import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.top
 
 public final class OlmPowerServiceRpcImplUtil {
 
-    private OlmPowerServiceRpcImplUtil() {}
+    private OlmPowerServiceRpcImplUtil() {
+    }
 
     public static GetPmInput  getGetPmInput() {
         GetPmInput input = new GetPmInputBuilder().setGranularity(PmGranularity._15min).setNodeId("node1")