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

Jean-Noël Rouvignac
20.36.2016 2a3158aad80fc910b83336485b3e545dea50066c
opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/UninstallProgressStep.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2006-2008 Sun Microsystems, Inc.
 * Portions Copyright 2015 ForgeRock AS.
 * Portions Copyright 2015-2016 ForgeRock AS.
 */
package org.opends.guitools.uninstaller;
@@ -46,7 +46,7 @@
  /** Installation finished with an error. */
  FINISHED_WITH_ERROR;
  /** {@inheritDoc} */
  @Override
  public boolean isLast() {
    return this == FINISHED_SUCCESSFULLY ||
    this == FINISHED_WITH_ERROR ||
@@ -54,7 +54,7 @@
    this == FINISHED_WITH_ERROR_DELETING;
  }
  /** {@inheritDoc} */
  @Override
  public boolean isError() {
    return this.equals(FINISHED_WITH_ERROR);
  }