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

jvergara
07.43.2009 b471bc6b9f2a087e8bb8e3adc6e5d1b32e80db8d
opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericDialog.java
@@ -122,7 +122,7 @@
   */
  public GenericDialog(JFrame parentFrame, StatusGenericPanel panel)
  {
    super();
    super(parentFrame);
    this.panel = panel;
    if (panel.requiresBorder())
    {