blob: a8278496dbe4e2e9e9a378ff438040e6ebab2912 [file] [log] [blame]
/*
* Created on May 27, 2003
*/
package org.eclipse.update.operations;
/**
* An operation in which the current configuration is replaced by a previous one.
* @since 3.0
*/
public interface IRevertConfigurationOperation extends IOperation {
}