aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-02-12 17:22:41 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-12 17:22:41 +0000
commitea8b5054ed70c91eee64d3cc8483613d99040ed7 (patch)
treee1b1bd1d0776aa8d0db2eecf248a31ac87520e26
parent95605469a2b195e6357b613fda04677aace55009 (diff)
parent2fad8e0a0a572697c74733eac56812ed9543f91b (diff)
Merge "sonar issue"
-rw-r--r--src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java b/src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java
index c2527e2..6315ef5 100644
--- a/src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java
+++ b/src/main/java/org/onap/dcae/inventory/daos/InventoryDAOManager.java
@@ -60,7 +60,7 @@ public final class InventoryDAOManager {
}
- 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);