blob: f84672f52a81ae7cfc5c562ccc60770c47a020d3 [file] [log] [blame]
package test.wksp.eclipse;
public class X28c {
/**
* Shutdown the HCR mgr and the Java debug targets.
*
* @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundlContext)
* @see org.eclipse.core.runtime.Plugin#shutdown()
*/
public void foo() {
}
}