aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBharathS24 <BS00493532@techmahindra.com>2018-07-26 12:10:20 +0530
committerBharathS24 <BS00493532@techmahindra.com>2018-07-26 12:11:11 +0530
commit8655e623e033096327cc6b3e46ca49a0def2a1aa (patch)
treee4a1926926a722c2e50cfc0e89a408750a3d0691
parent9d6aea2f8b0edb2a6bb3d6fb449148a096e43a76 (diff)
Sonar minor issue
Reorder the modifiers to comply with the Java Language Specification Sonar Link : https://sonar.onap.org/issues?myIssues=true&open=AWSYoWCawGn37JfbvTzj&resolved=false Location : src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java:L45 Change-Id: I079d1297ca7faf25ef7bf2aa7e716b96752a3d6c Issue-ID: DCAEGEN2-636 Signed-off-by: BharathS24 <BS00493532@techmahindra.com>
-rw-r--r--src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java b/src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java
index f461d26..965953f 100644
--- a/src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java
+++ b/src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java
@@ -42,7 +42,7 @@ import javax.ws.rs.ext.ExceptionMapper;
*/
public class DBIExceptionMapper<T extends DBIException> implements ExceptionMapper<T> {
- private final static Logger errorLogger = LoggerFactory.getLogger("errorLogger");
+ private static final Logger errorLogger = LoggerFactory.getLogger("errorLogger");
/**
* Upon a DBIException, this handler will attempt to re-initialize the Inventory's database connection