Skip to content

Commit

Permalink
Revert "Add IInstallableUnitQueryable interface to allow easier
Browse files Browse the repository at this point in the history
adaption"

This reverts commit 9005901,
respectively eclipse-equinox#348
  • Loading branch information
HannesWell committed Oct 24, 2023
1 parent 38765a5 commit 60aed92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.eclipse.core.runtime.IStatus;
import org.eclipse.equinox.p2.core.IPool;
import org.eclipse.equinox.p2.metadata.IInstallableUnit;
import org.eclipse.equinox.p2.metadata.IInstallableUnitQueryable;
import org.eclipse.equinox.p2.repository.*;
import org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository;

Expand All @@ -32,7 +31,7 @@
* @noimplement This interface is not intended to be implemented by clients. Instead subclass {@link AbstractMetadataRepository}
* @since 2.0
*/
public interface IMetadataRepository extends IRepository<IInstallableUnit>, IInstallableUnitQueryable {
public interface IMetadataRepository extends IRepository<IInstallableUnit> {

/**
* Add the given installable units to this repository.
Expand Down

0 comments on commit 60aed92

Please sign in to comment.