From ca9e077cbbc71890c98984275742363c0cdae597 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Mon, 21 Nov 2011 13:35:15 -0600 Subject: Bug 364113 - Compile warning in official build --- .../src/org/eclipse/osgi/tests/composites/CompositeShareTests.java | 1 - 1 file changed, 1 deletion(-) 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 { -- cgit v1.2.3