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

Jean-Noel Rouvignac
18.00.2015 94e9037522922b67e8af412b4cfe476f5e991118
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/GenericDialog.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.guitools.controlpanel.ui;
@@ -72,7 +72,7 @@
public class GenericDialog extends JDialog
{
  private static final long serialVersionUID = -2643144936460484112L;
  private final static Color buttonPanelBackground =
  private static final Color buttonPanelBackground =
    ColorAndFontConstants.greyBackground;
  private JButton okButton;