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

jvergara
19.09.2010 838e873376cc4a1cc3588746f6bf8dec4c9355a9
opends/src/quicksetup/org/opends/quicksetup/Configuration.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.quicksetup;
@@ -35,16 +35,12 @@
import java.io.IOException;
import java.util.Set;
import java.util.HashSet;
import java.util.logging.Logger;
/**
 * Represents the contents of an OpenDS configuration file.
 */
public class Configuration {
  static private final Logger LOG =
          Logger.getLogger(Configuration.class.getName());
  private String contents = null;
  private String lowerCaseContents = null;
  private Installation install = null;