Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-12-07 21:10:18 +0000
committerJohn Arthorne2009-12-07 21:10:18 +0000
commit9eb7d696da5a172d9f833ee134e99ce390653f5a (patch)
tree5de68484ad1f9de4ecbada880e193796b550389d /bundles
parentb63c3fac3c82b234e82b7b0f8ef53b5b793b2c64 (diff)
downloadrt.equinox.p2-9eb7d696da5a172d9f833ee134e99ce390653f5a.tar.gz
rt.equinox.p2-9eb7d696da5a172d9f833ee134e99ce390653f5a.tar.xz
rt.equinox.p2-9eb7d696da5a172d9f833ee134e99ce390653f5a.zip
added @since
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/IInstallableUnit.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/IInstallableUnit.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/IInstallableUnit.java
index 792bb555d..1f81e72cf 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/IInstallableUnit.java
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/IInstallableUnit.java
@@ -11,17 +11,14 @@
******************************************************************************/
package org.eclipse.equinox.p2.metadata;
-import org.eclipse.equinox.p2.metadata.query.IQuery;
-
-import org.eclipse.equinox.internal.provisional.p2.metadata.*;
-
-
-
import java.util.Map;
+import org.eclipse.equinox.internal.provisional.p2.metadata.*;
+import org.eclipse.equinox.p2.metadata.query.IQuery;
/**
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
+ * @since 2.0
*/
public interface IInstallableUnit extends IVersionedId, Comparable {

Back to the top