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>
}
- 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);