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 <sp00503415@techmahindra.com>
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> {