You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi Isac,
i have trouble with AbstractDriveItem.java:
throw new UnsupportedOperationException("Unsupported type of item. contact author");
Maybee new type of items?
Thank you.
David
The text was updated successfully, but these errors were encountered: