Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/bundles_src/osgi.lazystart/osgi/lazystart/LazyExclude1.java')
-rw-r--r--bundles/org.eclipse.osgi.tests/bundles_src/osgi.lazystart/osgi/lazystart/LazyExclude1.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/bundles_src/osgi.lazystart/osgi/lazystart/LazyExclude1.java b/bundles/org.eclipse.osgi.tests/bundles_src/osgi.lazystart/osgi/lazystart/LazyExclude1.java
index a7fbdc6b1..cce9027df 100644
--- a/bundles/org.eclipse.osgi.tests/bundles_src/osgi.lazystart/osgi/lazystart/LazyExclude1.java
+++ b/bundles/org.eclipse.osgi.tests/bundles_src/osgi.lazystart/osgi/lazystart/LazyExclude1.java
@@ -18,6 +18,7 @@ import osgi.lazystart.b.excluded.a.BAExcluded;
import osgi.lazystart.b.excluded.b.BBExcluded;
public class LazyExclude1 implements ITestRunner {
+ @Override
public Object testIt() throws Exception {
new BAExcluded();
return new BBExcluded();

Back to the top