From: Azhar Sardar Sayyed Date: Tue, 30 Jan 2018 06:26:34 +0000 (+0530) Subject: Sonar:Major X-Git-Tag: v1.2.1~572^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7e21f0ee8afb97dbe2d24411adc227b75a2db7a1;p=so.git Sonar:Major 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 --- diff --git a/bpmn/MSOCoreBPMN/src/main/java/org/openecomp/mso/bpmn/core/plugins/LoggingAndURNMappingPlugin.java b/bpmn/MSOCoreBPMN/src/main/java/org/openecomp/mso/bpmn/core/plugins/LoggingAndURNMappingPlugin.java index 71ed0eae5e..c346308e2b 100644 --- a/bpmn/MSOCoreBPMN/src/main/java/org/openecomp/mso/bpmn/core/plugins/LoggingAndURNMappingPlugin.java +++ b/bpmn/MSOCoreBPMN/src/main/java/org/openecomp/mso/bpmn/core/plugins/LoggingAndURNMappingPlugin.java @@ -323,6 +323,7 @@ public class LoggingAndURNMappingPlugin extends AbstractProcessEnginePlugin { private void loadFromDB(DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration) { Command> command = new Command>() { @SuppressWarnings("unchecked") + @Override public List execute(CommandContext commandContext) { return (List) commandContext.getDbSqlSession().selectList( "mso.urnMapping.selectAll", null);