blob: 1fdc5d8da604ca48c96b99fc14ae8337b429ecfb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*******************************************************************************/
package org.osgi.framework;
/**
* This class provides spoof content to enable a spoof org.osgi.framework package to exist for
* non-OSGI testing, thereby working around Bug 535763
* @author ed
*
*/
public class Spoof
{
}