view src/remoteeditor/ui/CommitDialog.java @ 207:fe375c84d5d0

warning fix.
author one
date Sat, 18 Dec 2010 18:16:03 +0900
parents cf13bdba762b
children
line wrap: on
line source

package remoteeditor.ui;

import org.eclipse.jface.dialogs.Dialog;
import org.eclipse.swt.widgets.Shell;


public class CommitDialog extends Dialog{

	public CommitDialog(Shell parentShell, String[] host) {
		super(parentShell);
		// TODO Auto-generated constructor stub
	}
	
}