package jeffaschenk.commons.frameworks.cnxidx.resiliency.ldap;
/**
* Provides Common Interface for LDIF Constants.
*
* @author jeff.schenk
* @since 2005.11.02
*/
public interface IRRChangeLogRestoreServiceVersion {
// *******************************
// Constants.
public static final String VERSION = "Version: 4.4 2005-12-20, " +
"FRAMEWORK, Incorporated.";
} ///:~ End of IRRChangeLogRestoreServiceVersion Class.