mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
23.25.2007 e1e9596f6ae81d9aeb74177cf2792533966f45eb
opends/src/quicksetup/org/opends/quicksetup/upgrader/VersionIssueNotifier.java
File was renamed from opends/src/quicksetup/org/opends/quicksetup/upgrader/VersionOracle.java
@@ -50,10 +50,10 @@
 * interacting with the user to inform them of an actions or information
 * that they dictate.
 */
public abstract class VersionOracle {
public abstract class VersionIssueNotifier {
  static private final Logger LOG =
          Logger.getLogger(VersionOracle.class.getName());
          Logger.getLogger(VersionIssueNotifier.class.getName());
  /** Descriptor for a directive. */
  protected enum DirectiveType {
@@ -131,7 +131,7 @@
   * @param current build version
   * @param neu build version
   */
  public VersionOracle(UserInteraction ui,
  public VersionIssueNotifier(UserInteraction ui,
                       BuildInformation current,
                       BuildInformation neu) {
    this.ui = ui;