blob: 6bb88b0135e737edbb86f162d5e548acbf03793f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 BEA Systems, Inc.
* 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:
* {INITIAL_AUTHOR} - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.apt.ui.internal.preferences;
import org.eclipse.jface.dialogs.StatusDialog;
import org.eclipse.swt.widgets.Shell;
/**
*
*/
public class FactoryPathDialog extends StatusDialog {
/**
* @param parent
*/
public FactoryPathDialog(Shell parent) {
super(parent);
// TODO Auto-generated constructor stub
}
}