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/ViewEntryPanel.java | 21 +++++----------------
1 files changed, 5 insertions(+), 16 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java
index d854ea5..85c2a6f 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java
@@ -104,9 +104,7 @@
*/
protected static boolean displayOnlyWithAttrs = true;
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void okClicked()
{
// No ok button
@@ -167,9 +165,7 @@
listeners.remove(listener);
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public boolean requiresBorder()
{
return true;
@@ -182,10 +178,7 @@
*/
protected abstract String getDisplayedDN();
- /**
- * Notifies the entry changed listeners that the entry changed.
- *
- */
+ /** Notifies the entry changed listeners that the entry changed. */
protected void notifyListeners()
{
if (ignoreEntryChangeEvents)
@@ -379,17 +372,13 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public LocalizableMessage getTitle()
{
return INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE.get();
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void configurationChanged(ConfigurationChangeEvent ev)
{
Schema schema = ev.getNewDescriptor().getSchema();
--
Gitblit v1.10.0