aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2018-02-14 03:00:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-14 03:00:22 +0000
commitb0eba3639835f51314fa69e040a3e86b8f572cbf (patch)
tree7c8275ae36e06f604543e39783f81dd2abfb2b20
parente99b7fc2b0431b79c0f948fc54341e2b333a9fd6 (diff)
parentd092abc6118fbf1fa22e7daee0b6ae5e38190cbb (diff)
Merge "sonar issue"
-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 0bb22a1..5e637bd 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
@@ -73,7 +73,7 @@ public class DBIExceptionMapper<T extends DBIException> implements ExceptionMapp
public static final class UnableToObtainConnectionExceptionMapper extends DBIExceptionMapper<UnableToObtainConnectionException> {
}
- public final static class UnableToCreateStatementExceptionMapper extends DBIExceptionMapper<UnableToCreateStatementException> {
+ public static final class UnableToCreateStatementExceptionMapper extends DBIExceptionMapper<UnableToCreateStatementException> {
}
public final static class UnableToExecuteStatementExceptionMapper extends DBIExceptionMapper<UnableToExecuteStatementException> {