blob: 655ba2ab4837cde5af8b2771d6bb6ed273e9116b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 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 org.eclipse.perfmsr.core;
import org.eclipse.core.runtime.Plugin;
/**
* ************* This is just a stub of the real class to get org.eclipse.jem.util
* to compile. It is not usable by itself. ****************************
* @since 1.0.0
*/
public class PerfMsrCorePlugin extends Plugin {
public static IPerformanceMonitor getPerformanceMonitor(boolean bool) {
return null;
}
}