From 159303ea2284ab6c886b1bc542fff84a3a543370 Mon Sep 17 00:00:00 2001 From: Snigdha Sucharita Patra Date: Tue, 13 Feb 2018 09:33:03 +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_o&resolved=false&severities=MINOR Location: src/.../inventory/exceptions/mappers/DBIExceptionMapper.java Line No-79 Change-Id: Idaa98367cb658c8ce6d1d4e026ad3762a30c25e0 Issue-ID: DCAEGEN2-333 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 5e637bd..fb16a51 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 @@ -76,7 +76,7 @@ public class DBIExceptionMapper implements ExceptionMapp public static final class UnableToCreateStatementExceptionMapper extends DBIExceptionMapper { } - public final static class UnableToExecuteStatementExceptionMapper extends DBIExceptionMapper { + public static final class UnableToExecuteStatementExceptionMapper extends DBIExceptionMapper { } } -- cgit 1.2.3-korg