From 6638c2755466ca601450700d5a39f390f23d4781 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 23 Mar 2015 14:44:05 +0000
Subject: [PATCH] AutoRefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/StatusPanel.java | 38 ++++++++++----------------------------
1 files changed, 10 insertions(+), 28 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/StatusPanel.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/StatusPanel.java
index f7159ac..87f6f35 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/StatusPanel.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/StatusPanel.java
@@ -80,7 +80,7 @@
class StatusPanel extends StatusGenericPanel
{
private static final long serialVersionUID = -6493442314639004717L;
- // The place holder where we display errors.
+ /** The place holder where we display errors. */
private JEditorPane serverStatus;
private SelectableLabelWithHelpIcon currentConnections;
private JEditorPane hostName;
@@ -157,9 +157,7 @@
inScrollPanel.add(Box.createVerticalGlue(), gbc);
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public Component getPreferredFocusComponent()
{
if (startButton.isVisible())
@@ -173,9 +171,7 @@
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public boolean requiresBorder()
{
return false;
@@ -188,17 +184,13 @@
Utilities.updateTableSizes(connectionHandlersTable);
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public LocalizableMessage getTitle()
{
return INFO_CTRL_PANEL_STATUS_PANEL_TITLE.get();
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void configurationChanged(final ConfigurationChangeEvent ev)
{
if (SwingUtilities.isEventDispatchThread())
@@ -209,9 +201,7 @@
{
SwingUtilities.invokeLater(new Runnable()
{
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void run()
{
updateContents(ev.getNewDescriptor());
@@ -220,9 +210,7 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void okClicked()
{
}
@@ -553,9 +541,7 @@
stopButton.setOpaque(false);
stopButton.addActionListener(new ActionListener()
{
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void actionPerformed(ActionEvent ev)
{
stopServer();
@@ -571,9 +557,7 @@
statusPanel.add(startButton, gbc);
startButton.addActionListener(new ActionListener()
{
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void actionPerformed(ActionEvent ev)
{
startServer();
@@ -586,9 +570,7 @@
restartButton.setOpaque(false);
restartButton.addActionListener(new ActionListener()
{
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void actionPerformed(ActionEvent ev)
{
restartServer();
--
Gitblit v1.10.0