Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-09-11 17:21:49 +0000
committerJohn Arthorne2009-09-11 17:21:49 +0000
commitc6af8df3f31cb940d88a53eb9cda09a14963a07b (patch)
tree73d2ec6817e9b78defc92a930b681ffae619d4f2 /bundles/org.eclipse.equinox.registry
parentd6eb0e7e9ffbe7ec95d757d0c2369308b7b1fe9c (diff)
downloadrt.equinox.bundles-c6af8df3f31cb940d88a53eb9cda09a14963a07b.tar.gz
rt.equinox.bundles-c6af8df3f31cb940d88a53eb9cda09a14963a07b.tar.xz
rt.equinox.bundles-c6af8df3f31cb940d88a53eb9cda09a14963a07b.zip
@noextend not needed on final classv20090911
Diffstat (limited to 'bundles/org.eclipse.equinox.registry')
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/RegistryFactory.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/RegistryFactory.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/RegistryFactory.java
index ceaaf7e44..ff8348258 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/RegistryFactory.java
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/RegistryFactory.java
@@ -30,7 +30,6 @@ import org.eclipse.core.runtime.spi.RegistryStrategy;
* </p>
* @since org.eclipse.equinox.registry 3.2
* @noinstantiate This class is not intended to be instantiated by clients.
- * @noextend This class is not intended to be subclassed by clients.
*/
public final class RegistryFactory {

Back to the top