-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi Isac,
i have trouble with AbstractDriveItem.java:
throw new UnsupportedOperationException("Unsupported type of item. contact author");
else if (remoteItem.getPackages() != null) {
throw new UnsupportedOperationException("RemotePackageItem isn't yet supported");
}
else {
throw new UnsupportedOperationException("Unsupported type of item. contact author");
}
}
else {
**throw new UnsupportedOperationException("Unsupported type of item. contact author");**
}
}
Maybee new type of items?
Thank you.
David
Metadata
Metadata
Assignees
Labels
No labels