From: Snigdha Sucharita Patra Date: Tue, 13 Feb 2018 03:48:07 +0000 (+0530) Subject: sonar issue X-Git-Tag: 2.0.0-ONAP~10^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F31557%2F1;p=dcaegen2%2Fplatform%2Finventory-api.git 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 --- 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 {