Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IExtension.java')
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IExtension.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IExtension.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IExtension.java
index 1a91f763c..91734025b 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IExtension.java
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IExtension.java
@@ -95,6 +95,7 @@ public interface IExtension {
* elements belonging to the <code>org.abc</code> namespace would fall into this category.
* </p>
*/
+ @Deprecated
public String getNamespace() throws InvalidRegistryObjectException;
/**
@@ -185,9 +186,6 @@ public interface IExtension {
*/
public String getUniqueIdentifier() throws InvalidRegistryObjectException;
- /* (non-javadoc)
- * @see Object#equals(java.lang.Object)
- */
@Override
public boolean equals(Object o);

Back to the top