git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@169398 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e96de8c2a2
commit
51a83ee148
|
@ -449,7 +449,7 @@ public class ItemBuilder {
|
|||
return itemMap;
|
||||
}catch (Exception e) {
|
||||
_log.warn("An error occurred during get properties for item: "+item.getId()+", returning null");
|
||||
return null;
|
||||
return new HashMap<String, String>();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue