diff options
author | Tony Hansen <tony@att.com> | 2018-02-14 02:59:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-14 02:59:59 +0000 |
commit | e99b7fc2b0431b79c0f948fc54341e2b333a9fd6 (patch) | |
tree | 28efd20e65bcd17a0a9c2816c05a17313a284231 /src | |
parent | 874375acf9dc6c3d37379906d5ec92b3f11b12c6 (diff) | |
parent | 6cb0277eba73e8960d8678c67a3fc64a98e85880 (diff) |
Merge "sonar issue"
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java | 2 |
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 4e52b49..0bb22a1 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 @@ -70,7 +70,7 @@ public class DBIExceptionMapper<T extends DBIException> implements ExceptionMapp // Here are the handlers for specific derived DBIException - public final static class UnableToObtainConnectionExceptionMapper extends DBIExceptionMapper<UnableToObtainConnectionException> { + public static final class UnableToObtainConnectionExceptionMapper extends DBIExceptionMapper<UnableToObtainConnectionException> { } public final static class UnableToCreateStatementExceptionMapper extends DBIExceptionMapper<UnableToCreateStatementException> { |