Sonar Minor issue 39/58339/1
authorBharathS24 <BS00493532@techmahindra.com>
Wed, 1 Aug 2018 06:24:46 +0000 (11:54 +0530)
committerBharathS24 <BS00493532@techmahindra.com>
Wed, 1 Aug 2018 06:26:13 +0000 (11:56 +0530)
Reorder the modifiers to comply with the Java Language Specification

Sonar Link : https://sonar.onap.org/issues?myIssues=true&open=AWSYoWCJwGn37JfbvTzi&resolved=false

Location : src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java:L63

Change-Id: I63f664c345235a9e6a251170e9b165e6ff0936db
Issue-ID: DCAEGEN2-651
Signed-off-by: BharathS24 <BS00493532@techmahindra.com>
src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java

index af1b3e9..b809d2d 100644 (file)
@@ -60,7 +60,7 @@ public final class InventoryDAOManager {
 
     }
 
-    private final static Logger debugLogger = LoggerFactory.getLogger("debugLogger");
+    private static final Logger debugLogger = LoggerFactory.getLogger("debugLogger");
     // WATCH! Table creation order matters where mapping tables refer to other tables for foreign keys.
     private static final List<Class> DAO_CLASSES = Arrays.asList(DCAEServiceTypesDAO.class, DCAEServicesDAO.class,
             DCAEServiceComponentsDAO.class, DCAEServicesComponentsMapsDAO.class);