/* * Licensed Materials - Property of IBM, * WebSphere Studio Workbench * (c) Copyright IBM Corp 2000,2001 */ package org.eclipse.compare.internal; import org.eclipse.jface.dialogs.Dialog; import org.eclipse.swt.widgets.Shell; public class AddFromHistoryDialog extends Dialog { public AddFromHistoryDialog(Shell parent) { super(parent); } }