Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-04-01 13:00:31 +0000
committerThomas Watson2014-04-01 13:00:31 +0000
commit0dcf9baadc584fc33d6c280cf4cf03fea06e1966 (patch)
tree0c75db059b79b63ee29f8ed68683127729befa82
parent2b1481de1ca1fb377e40a7f6815415470c8a4bfd (diff)
downloadrt.equinox.framework-0dcf9baadc584fc33d6c280cf4cf03fea06e1966.tar.gz
rt.equinox.framework-0dcf9baadc584fc33d6c280cf4cf03fea06e1966.tar.xz
rt.equinox.framework-0dcf9baadc584fc33d6c280cf4cf03fea06e1966.zip
Add missing @Override
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java
index 1feae3d6f..6d619fdf4 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java
@@ -1365,6 +1365,7 @@ public final class ModuleContainer implements DebugOptionsListener {
}
}
+ @Override
public void optionsChanged(DebugOptions options) {
moduleResolver.setDebugOptions();
frameworkStartLevel.setDebugOptions();

Back to the top