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

jvergara
07.43.2009 80d87dff17669f3d02016bf41d99ca41762abc1c
opendj-sdk/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())
    {