changed boolean type to Boolean class

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@128692 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-05-19 15:54:41 +00:00
parent 8cc2a28cf1
commit 035ae2290b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class WorkspaceUploaderItem implements Serializable{
private UploadProgress uploadProgress;
private Boolean isOverwrite;
// private Long threadId;
private boolean erasable;
private Boolean erasable;
/**
* Instantiates a new workspace uploader item.