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

Jean-Noël Rouvignac
22.56.2016 83f86f11c27378d650c3bfc7e55397687062edbc
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/RootMonitoringPanel.java
@@ -36,16 +36,16 @@
import static org.opends.messages.BackendMessages.*;
/** The panel displaying the root monitor panel. */
public class RootMonitoringPanel extends GeneralMonitoringPanel
class RootMonitoringPanel extends GeneralMonitoringPanel
{
  private static final long serialVersionUID = 9031734563746269830L;
  private JLabel openConnections = Utilities.createDefaultLabel();
  private JLabel maxConnections = Utilities.createDefaultLabel();
  private JLabel totalConnections = Utilities.createDefaultLabel();
  private JLabel startTime = Utilities.createDefaultLabel();
  private JLabel upTime = Utilities.createDefaultLabel();
  private JLabel version = Utilities.createDefaultLabel();
  private final JLabel openConnections = Utilities.createDefaultLabel();
  private final JLabel maxConnections = Utilities.createDefaultLabel();
  private final JLabel totalConnections = Utilities.createDefaultLabel();
  private final JLabel startTime = Utilities.createDefaultLabel();
  private final JLabel upTime = Utilities.createDefaultLabel();
  private final JLabel version = Utilities.createDefaultLabel();
  /** Default constructor. */
  public RootMonitoringPanel()
@@ -119,7 +119,7 @@
    setBorder(PANEL_BORDER);
  }
  /** Updates the contents of the panel. */
  @Override
  public void updateContents()
  {
    ServerDescriptor server = null;