Reorder the modifiers to comply with the Java Language Specification
Sonar Link:
https://sonar.onap.org/project/issues?assignees=Snigdha503415&id=org.onap.dcaegen2.platform%3Ainventory-api&open=AWEPiFFW-08if2a6xy_L&resolved=false&severities=MINOR
Location:
src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java
line No-63
Change-Id: I2fc43f956e3deef460752800df38f586243f4768
Issue-ID: DCAEGEN2-327
Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
}
- private final static Logger LOG = LoggerFactory.getLogger(InventoryDAOManager.class);
+ private static final Logger LOG = LoggerFactory.getLogger(InventoryDAOManager.class);
// WATCH! Table creation order matters where mapping tables refer to other tables for foreign keys.
private final static List<Class> DAO_CLASSES = Arrays.asList(DCAEServiceTypesDAO.class, DCAEServicesDAO.class,
DCAEServiceComponentsDAO.class, DCAEServicesComponentsMapsDAO.class);