From e7cac727a9231ff3602e61a4ea678e0463eb0e39 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 09:41:42 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/GlobalAdministratorPanel.java | 28 +++++++---------------------
1 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/GlobalAdministratorPanel.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/GlobalAdministratorPanel.java
index a042875..4075a72 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/GlobalAdministratorPanel.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/GlobalAdministratorPanel.java
@@ -22,9 +22,8 @@
*
*
* Copyright 2008 Sun Microsystems, Inc.
- * Portions Copyright 2013-2014 ForgeRock AS.
+ * Portions Copyright 2013-2015 ForgeRock AS.
*/
-
package org.opends.quicksetup.installer.ui;
import org.forgerock.i18n.LocalizableMessage;
@@ -80,9 +79,7 @@
addFocusListeners();
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public Object getFieldValue(FieldName fieldName)
{
Object value = null;
@@ -91,13 +88,10 @@
{
value = field.getText();
}
-
return value;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void displayFieldInvalid(FieldName fieldName, boolean invalid)
{
JLabel label = getLabel(fieldName);
@@ -115,9 +109,7 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
protected Component createInputPanel()
{
JPanel panel = new JPanel(new GridBagLayout());
@@ -180,25 +172,19 @@
return panel;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
protected LocalizableMessage getInstructions()
{
return INFO_GLOBAL_ADMINISTRATOR_PANEL_INSTRUCTIONS.get();
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
protected LocalizableMessage getTitle()
{
return INFO_GLOBAL_ADMINISTRATOR_PANEL_TITLE.get();
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void endDisplay()
{
if (lastFocusComponent != null)
--
Gitblit v1.10.0