This commit is contained in:
Lucio Lelii 2018-10-16 10:50:13 +00:00
parent 97253ba328
commit f70012ebd0
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ public class TrashItem extends Item {
long lenght;
@Attribute("hl:isFolder")
Boolean folder;
boolean folder;
}