Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.epp.packaging.core/src/org/eclipse/epp/packaging/core/download/IUpdateSiteManager.java')
-rw-r--r--plugins/org.eclipse.epp.packaging.core/src/org/eclipse/epp/packaging/core/download/IUpdateSiteManager.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.epp.packaging.core/src/org/eclipse/epp/packaging/core/download/IUpdateSiteManager.java b/plugins/org.eclipse.epp.packaging.core/src/org/eclipse/epp/packaging/core/download/IUpdateSiteManager.java
index 90fa68aa..3213ba1f 100644
--- a/plugins/org.eclipse.epp.packaging.core/src/org/eclipse/epp/packaging/core/download/IUpdateSiteManager.java
+++ b/plugins/org.eclipse.epp.packaging.core/src/org/eclipse/epp/packaging/core/download/IUpdateSiteManager.java
@@ -28,7 +28,8 @@ public interface IUpdateSiteManager {
public boolean areFeaturesPresent( VersionedIdentifier[] identifiers )
throws CoreException;
- /** Returns the IFeatures for the configured feature references
+ /**
+ * Returns the IFeatures for the configured feature references
*/
public IFeature[] getFeatures() throws CoreException;
} \ No newline at end of file

Back to the top