blob: 65fa67736ca49cba2f5cfb2cd73c9fcd8effb407 [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;
/**
* Upload.
* ************* This is just a stub of the real interface to get org.eclipse.jem.util
* to compile. It is not usable by itself. ****************************
*/
public interface Upload {
public static class Status {
public boolean success;
}
}