changed get boolean type to Boolean class

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@128697 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-05-19 16:06:00 +00:00
parent 78e2bc63c8
commit 140b7d7863
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class WorkspaceUploaderItem implements Serializable{
*
* @return the erasable
*/
public boolean isErasable() {
public Boolean isErasable() {
return erasable;
}