blob: 093450e58d3fd9255a85bf23db170c6a0ac7b6ea [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 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 test.bug259903.b;
import test.bug259903.a.Service1;
import test.bug259903.a.b.Service2;
public interface Service3 extends Service1, Service2 {
// nothing
}