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

Matthew Swift
12.38.2012 3d2f59e7f9a73db8743019beff4d3b69849f1fbc
opends/src/quicksetup/org/opends/quicksetup/Status.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.opends.quicksetup;
@@ -33,7 +34,6 @@
import org.opends.quicksetup.util.Utils;
import java.io.File;
import java.io.IOException;
/**
 * This class represents the current state of a particular installation.
@@ -64,21 +64,6 @@
  }
  /**
   * Determines whether or not the configuration has been modified for this
   * installation.
   * @return boolean where true means the configuration has been modified
   */
  public boolean configurationHasBeenModified() {
    boolean mod = false;
    try {
      mod = installation.getCurrentConfiguration().hasBeenModified();
    } catch (IOException e) {
      // do nothing for now;
    }
    return mod;
  }
  /**
   * Determines whether or not the schema has been modified for this
   * installation.
   * @return boolean where true means the schema has been modified