Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionPointHandle.java')
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionPointHandle.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionPointHandle.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionPointHandle.java
index 8f8ee9bc0..2555d8e9d 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionPointHandle.java
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionPointHandle.java
@@ -4,20 +4,20 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.core.internal.registry;
/**
- * The code (minus the getDeclaringPluginDescriptor() was moved into
- * the BaseExtensionPointHandle to avoid duplicating code in the
+ * The code (minus the getDeclaringPluginDescriptor() was moved into
+ * the BaseExtensionPointHandle to avoid duplicating code in the
* compatibility fragment.
- *
+ *
* Modifications to the code should be done in the BaseExtensionPointHandle.
- *
- * @since 3.1
+ *
+ * @since 3.1
*/
public class ExtensionPointHandle extends BaseExtensionPointHandle {

Back to the top