Added @Override for method 97/14597/1
authorAnkit-Huawei <ankit.kumar.sinha1@huawei.com>
Fri, 22 Sep 2017 12:42:10 +0000 (18:12 +0530)
committerAnkit kumar sinha <ankit.ietf@gmail.com>
Fri, 22 Sep 2017 12:49:56 +0000 (18:19 +0530)
SO-158

Change-Id: I71ab81317e011e3721beaa93afd6e845d5e18036
Signed-off-by: Ankit-Huawei <ankit.kumar.sinha1@huawei.com>
bpmn/MSOURN-plugin/src/main/java/org/openecomp/camunda/bpmn/plugin/urnmap/db/URNService.java

index 31b2e62..1eb0ba6 100644 (file)
@@ -39,6 +39,7 @@ public class URNService {
     return commandExecutor.executeQueryCommand(new Command<List<URNData>>() {\r
 \r
       @SuppressWarnings("unchecked")\r
+      @Override\r
       public List<URNData> execute(CommandContext commandContext) {\r
         return (List<URNData>) commandContext.getDbSqlSession().selectList("retrieveUrnKeyValuePair", null);\r
       }\r