Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java')
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java
index 596c856ee5..964584f46b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java
@@ -13,12 +13,12 @@ package org.eclipse.pde.internal.core.ibundle;
import org.eclipse.pde.core.plugin.IFragment;
/**
- * An extension of bundle plug-in base that is used
+ * An extension of bundle plug-in base that is used
* specifically for root model objects of fragments with
* OSGi manifest. The goal is to continue to preserve
* pre-3.0 compatibility for all the clients that
* depend on IFragment interface.
- *
+ *
* @since 3.0
*/
public interface IBundleFragment extends IBundlePluginBase, IFragment {

Back to the top