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