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

kenneth_suter
12.47.2007 ba0c82bc1cb8926ca329a4eae78263ee8bbe1094
opends/src/quicksetup/org/opends/quicksetup/ui/CertificateDialog.java
@@ -63,7 +63,6 @@
import org.opends.quicksetup.UserDataCertificateException;
import org.opends.quicksetup.event.MinimumSizeComponentListener;
import org.opends.quicksetup.i18n.ResourceProvider;
import org.opends.quicksetup.util.Utils;
/**
 * This class is used to present the user a certificate to the user in order
@@ -121,7 +120,7 @@
    });
    setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
    Utils.centerOnComponent(this, parent);
    Utilities.centerOnComponent(this, parent);
  }
  /**