This commit is contained in:
Massimiliano Assante 2018-06-22 10:33:40 +00:00
parent e96de8c2a2
commit 51a83ee148
1 changed files with 1 additions and 1 deletions

View File

@ -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>();
}
}