blob: a079ee1449c72592887365b12c027c84754f36ec [file] [log] [blame]
/*
* Copyright (c) 2000, 2003 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
package org.eclipse.compare.internal;
public class ReplaceWithPreviousEditionAction extends EditionAction {
public ReplaceWithPreviousEditionAction() {
super(true,
"org.eclipse.compare.internal.ReplaceWithEditionAction"); //$NON-NLS-1$
fPrevious= true;
}
}