blob: 2c78648df765f673c0106f522d86a7baf19474ee [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 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 - Initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.launch.ui;
/**
* @since 4.0
*/
public class ApplicationDebuggerTab extends DebuggerTab {
public ApplicationDebuggerTab() {
super(false);
}
}