changed set boolean type to Boolean class

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

View File

@ -217,7 +217,7 @@ public class WorkspaceUploaderItem implements Serializable{
*
* @param b the new erasable
*/
public void setErasable(boolean b) {
public void setErasable(Boolean b) {
this.erasable = b;
}