Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IRegistryEventListener.java')
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IRegistryEventListener.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IRegistryEventListener.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IRegistryEventListener.java
index 4c9edb10e..6cd9a021f 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IRegistryEventListener.java
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IRegistryEventListener.java
@@ -30,7 +30,7 @@ public interface IRegistryEventListener extends EventListener {
/**
* Notifies this listener that extensions were added to the registry.
* <p>
- * The extensions supplied as the argument are valid only for the duration of the
+ * The extensions supplied as the argument are valid only for the duration of the
* invocation of this method.
* </p>
* @param extensions extensions added to the registry
@@ -40,7 +40,7 @@ public interface IRegistryEventListener extends EventListener {
/**
* Notifies this listener that extensions were removed from the registry.
* <p>
- * The extensions supplied as the argument are valid only for the duration of the
+ * The extensions supplied as the argument are valid only for the duration of the
* invocation of this method.
* </p>
* @param extensions extensions removed from the registry
@@ -50,7 +50,7 @@ public interface IRegistryEventListener extends EventListener {
/**
* Notifies this listener that extension points were added to the registry.
* <p>
- * The extension points supplied as the argument are valid only for the duration of the
+ * The extension points supplied as the argument are valid only for the duration of the
* invocation of this method.
* </p>
* @param extensionPoints extension points added to the registry
@@ -60,7 +60,7 @@ public interface IRegistryEventListener extends EventListener {
/**
* Notifies this listener that extension points were removed from the registry.
* <p>
- * The extension points supplied as the argument are valid only for the duration of the
+ * The extension points supplied as the argument are valid only for the duration of the
* invocation of this method.
* </p>
* @param extensionPoints extension points removed from the registry

Back to the top