blob: 77cc037ebca851c765cf44896af022d1848b3c9d [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2004 IBM Corporation and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Common Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
**********************************************************************/
package org.eclipse.core.tests.runtime;
import org.eclipse.core.runtime.PlatformObject;
/**
* Used by IAdapterManagerTest
*/
public class TestAdaptable extends PlatformObject {
}