Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraph.java')
-rw-r--r--bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraph.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraph.java b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraph.java
index fa035f160..79a193413 100644
--- a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraph.java
+++ b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraph.java
@@ -267,7 +267,6 @@ public interface RegionDigraph extends Iterable<Region> {
* Gets the default {@link Region}, where all bundles installed via {@link BundleContext} are assigned.
* If the default {@link Region} isn't set newly installed bundles are assigned to their installer's region.
*
- * @param defaultRegion the region where all bundles installed via {@link BundleContext} will be assigned to
* @return The default region to assign to or <b>null</b> if it isn't set
*/
Region getDefaultRegion();

Back to the top