blob: e87e86948cef51d69a82ffd07159db5b4faa15af [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package chain.test.b;
import chain.test.c.CMultipleChain2;
import chain.test.d.DMultipleChain1;
public interface BMultiChain2 extends CMultipleChain2, DMultipleChain1{
//
}