sonar issue 49/31549/1
authorSnigdha Sucharita Patra <sp00503415@techmahindra.com>
Tue, 13 Feb 2018 03:09:48 +0000 (08:39 +0530)
committerSnigdha Sucharita Patra <sp00503415@techmahindra.com>
Tue, 13 Feb 2018 03:09:48 +0000 (08:39 +0530)
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>
src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java

index cd348c1..4e52b49 100644 (file)
@@ -42,7 +42,7 @@ import javax.ws.rs.ext.ExceptionMapper;
  */
 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