This commit is contained in:
Lucio Lelii 2010-11-16 18:26:32 +00:00
parent f97de64fe2
commit 3cbdc4717f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class ReportFiller {
servReport.setState(org.gcube.vremanagement.vremodeler.stubs.deployreport.State.Running);
List<ServiceReport> listService;
if (!report.getFunctionalityTable().contains(funcReport)){
if (!report.getFunctionalityTable().containsKey(funcReport)){
listService= new ArrayList<ServiceReport>();
listService.add(servReport);
report.getFunctionalityTable().put(funcReport, listService);