package test.wksp.eclipse; /** * <p> * Subclasses provide custom setups, e.g. for a Catchup/Release operation * by passing a subclass of <code>CompareConfiguration</code> and by implementing the <code>prepareInput</code> method. * If a subclass cannot use the <code>DiffTreeViewer</code> which is installed by default in the * top left pane, method <code>createDiffViewer</code> can be overridden. * * @see CompareUI * @see CompareEditorInput */ public class X08b { }