diff options
author | Thomas Watson | 2011-11-21 14:35:15 -0500 |
---|---|---|
committer | Thomas Watson | 2011-11-21 14:35:15 -0500 |
commit | ca9e077cbbc71890c98984275742363c0cdae597 (patch) | |
tree | 3ce8320c7cfa47f451857654b24a2511da5cd133 | |
parent | 4dda7ea764497d82ba155a4904e6ae4240a977f2 (diff) | |
download | rt.equinox.framework-ca9e077cbbc71890c98984275742363c0cdae597.tar.gz rt.equinox.framework-ca9e077cbbc71890c98984275742363c0cdae597.tar.xz rt.equinox.framework-ca9e077cbbc71890c98984275742363c0cdae597.zip |
Bug 364113 - Compile warning in official buildv20111121-1935
-rw-r--r-- | bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/composites/CompositeShareTests.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/composites/CompositeShareTests.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/composites/CompositeShareTests.java index 2e5e3d73f..0e68c0daa 100644 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/composites/CompositeShareTests.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/composites/CompositeShareTests.java @@ -304,7 +304,6 @@ public class CompositeShareTests extends AbstractCompositeTests { linkManifest.put(Constants.EXPORT_PACKAGE, "test.link.a; attr1=\"value1\"; uses:=\"org.osgi.framework, test.link.a.params\", test.link.a.params; attr2=\"value2\""); //$NON-NLS-1$ CompositeBundle compositeBundle = createCompositeBundle(linkBundleFactory, "testCompositeShare04a", null, linkManifest, false, false); //$NON-NLS-1$ Bundle constituent = installIntoChild(compositeBundle.getCompositeFramework(), "test.link.a"); //$NON-NLS-1$ - Bundle testClient = installIntoCurrent("test.link.a.client"); //$NON-NLS-1$ startCompositeBundle(compositeBundle, false); try { |