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:
parent
78e2bc63c8
commit
140b7d7863
|
@ -227,7 +227,7 @@ public class WorkspaceUploaderItem implements Serializable{
|
||||||
*
|
*
|
||||||
* @return the erasable
|
* @return the erasable
|
||||||
*/
|
*/
|
||||||
public boolean isErasable() {
|
public Boolean isErasable() {
|
||||||
|
|
||||||
return erasable;
|
return erasable;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue