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=AWEPiFG5-08if2a6xy_m&resolved=false&severities=MINOR
Location:
src/main/java./inventory/exceptions/mappers/DBIExceptionMapper.java
Line No-73
Change-Id: Ib7371864a47a7b5d6ee160083b4034a6fa17c65f
Issue-ID: DCAEGEN2-331
Signed-off-by: Snigdha Sucharita Patra <sp00503415@techmahindra.com>
// 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> {