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=AWEPiFG5-08if2a6xy_l&resolved=false&severities=MINOR
Location:
src/main/java/inventory/exceptions/mappers/DBIExceptionMapper.java
Line No-45
Change-Id: I45d24bbaaeafdbdefad43d320b09c5d913f133dc
Issue-ID: DCAEGEN2-330
Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
*/
public class DBIExceptionMapper<T extends DBIException> implements ExceptionMapper<T> {
- private final static Logger LOG = LoggerFactory.getLogger(DBIExceptionMapper.class);
+ private static final Logger LOG = LoggerFactory.getLogger(DBIExceptionMapper.class);
/**
* Upon a DBIException, this handler will attempt to re-initialize the Inventory's database connection