Bug 99558 - [doc] fix the javadoc of some apis
diff --git a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/IExtension.java b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/IExtension.java index 4d385b6..49d549e 100644 --- a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/IExtension.java +++ b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/IExtension.java
@@ -69,13 +69,6 @@ /** * Returns the namespace for this extension. This value can be used * in various global facilities to discover this extension's provider. - * <p> - * <b>Note</b>: This is an early access API to the new OSGI-based Eclipse 3.0 - * Platform Runtime. Because the APIs for the new runtime have not yet been fully - * stabilized, they should only be used by clients needing to take particular - * advantage of new OSGI-specific functionality, and only then with the understanding - * that these APIs may well change in incompatible ways until they reach - * their finished, stable form (post-3.0). </p> * * @return the namespace for this extension * @throws InvalidRegistryObjectException if this extension is no longer valid
diff --git a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/IExtensionPoint.java b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/IExtensionPoint.java index 7a151ff..7f80dc7 100644 --- a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/IExtensionPoint.java +++ b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/IExtensionPoint.java
@@ -70,13 +70,6 @@ /** * Returns the namespace for this extension point. This value can be used * in various global facilities to discover this extension point's provider. - * <p> - * <b>Note</b>: This is an early access API to the new OSGI-based Eclipse 3.0 - * Platform Runtime. Because the APIs for the new runtime have not yet been fully - * stabilized, they should only be used by clients needing to take particular - * advantage of new OSGI-specific functionality, and only then with the understanding - * that these APIs may well change in incompatible ways until they reach - * their finished, stable form (post-3.0). </p> * * @return the namespace for this extension point * @throws InvalidRegistryObjectException if this extension point is no longer valid
diff --git a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/ILog.java b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/ILog.java index ececce6..834ceda 100644 --- a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/ILog.java +++ b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/ILog.java
@@ -33,13 +33,6 @@ /** * Returns the plug-in with which this log is associated. - * <p> - * <b>Note</b>: This is an early access API to the new OSGI-based Eclipse 3.0 - * Platform Runtime. Because the APIs for the new runtime have not yet been fully - * stabilized, they should only be used by clients needing to take particular - * advantage of new OSGI-specific functionality, and only then with the understanding - * that these APIs may well change in incompatible ways until they reach - * their finished, stable form (post-3.0). </p> * * @return the plug-in with which this log is associated * @since 3.0