updated javadoc

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@142283 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-02-06 16:33:04 +00:00
parent fea1da3fbf
commit 42ca87a692
1 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ public class ItemBuilder {
* @param showableTypes the showable types
* @param filterCriteria the filter criteria
* @param loadChildren the load children
* @param loadGcubeProperties the load gcube properties
* @return the item
* @throws InternalErrorException the internal error exception
*/
@ -337,7 +338,7 @@ public class ItemBuilder {
*
* @param item the item
* @return the gcube properties for item
* @throws InternalErrorException
* @throws InternalErrorException the internal error exception
*/
protected static Map<String,String> getGcubePropertiesForItem(WorkspaceItem item) throws InternalErrorException{