From d092abc6118fbf1fa22e7daee0b6ae5e38190cbb Mon Sep 17 00:00:00 2001 From: Snigdha Sucharita Patra Date: Tue, 13 Feb 2018 09:18:07 +0530 Subject: sonar issue Modifiers should be declared in the correct order Sonar Link: https://sonar.onap.org/project/issues?assignees=Snigdha503415&id=org.onap.dcaegen2.platform%3Ainventory-api&open=AWEPiFG6-08if2a6xy_n&resolved=false&severities=MINOR Location: src/.../inventory/exceptions/mappers/DBIExceptionMapper.java Line No-76 Change-Id: I8973b95dcacd81ad5343fc0248ff90b8c1eb35d8 Issue-ID: DCAEGEN2-332 Signed-off-by: Snigdha Sucharita Patra --- .../org/onap/dcae/inventory/exceptions/mappers/DBIExceptionMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 implements ExceptionMapp public static final class UnableToObtainConnectionExceptionMapper extends DBIExceptionMapper { } - public final static class UnableToCreateStatementExceptionMapper extends DBIExceptionMapper { + public static final class UnableToCreateStatementExceptionMapper extends DBIExceptionMapper { } public final static class UnableToExecuteStatementExceptionMapper extends DBIExceptionMapper { -- cgit 1.2.3-korg