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:
parent
8cc2a28cf1
commit
035ae2290b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue