Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractDriveItem #27

Open
dprekul-sol60771 opened this issue Aug 29, 2022 · 0 comments
Open

AbstractDriveItem #27

dprekul-sol60771 opened this issue Aug 29, 2022 · 0 comments

Comments

@dprekul-sol60771
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant