Skip to content

AbstractDriveItem #27

@dprekul-sol60771

Description

@dprekul-sol60771

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions