Add the @Override annotation
LoggingAndURNMappingPlugin.java:L326
Sonar Link:https://sonar.onap.org/component_issues/index?id=org.openecomp.so%3Aso#resolved=false|severities=MAJOR|rules=squid%3AS1161
Location:LoggingAndURNMappingPlugin.java:L326
Change-Id: I047385bdf582a8c07998243ce25f9f669ce20765
Issue-ID: SO-396
Signed-off-by: Azhar Sardar Sayyed <AS00465059@TechMahindra.com>
private void loadFromDB(DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration) {
Command<List<URNMapping>> command = new Command<List<URNMapping>>() {
@SuppressWarnings("unchecked")
+ @Override
public List<URNMapping> execute(CommandContext commandContext) {
return (List<URNMapping>) commandContext.getDbSqlSession().selectList(
"mso.urnMapping.selectAll", null);