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

kenneth_suter
29.09.2007 7ae21709bb6dbdc092052acb5098bfa5cb316d9e
opends/src/quicksetup/org/opends/quicksetup/ui/LabelFieldDescriptor.java
File was renamed from opends/src/quicksetup/org/opends/quicksetup/installer/LabelFieldDescriptor.java
@@ -25,7 +25,7 @@
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.quicksetup.installer;
package org.opends.quicksetup.ui;
/**
 * This is a commodity class used to couple a label and a text component with
@@ -63,7 +63,7 @@
     * Secondary label.
     */
    SECONDARY
  };
  }
  /**
   * This enum contains the different type of fields that can be associated with
@@ -84,7 +84,7 @@
     * Read only field.
     */
    READ_ONLY
  };
  }
  /**
   * Constructor of this LabelFieldDescriptor.