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/NewVLVIndexPanel.java | 56 ++++++++++++++------------------------------------------
1 files changed, 14 insertions(+), 42 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java
index 2a282d6..0681fe7 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java
@@ -88,25 +88,19 @@
createBasicLayout(this, new GridBagConstraints(), false);
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public LocalizableMessage getTitle()
{
return INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE.get();
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public Component getPreferredFocusComponent()
{
return name;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void configurationChanged(ConfigurationChangeEvent ev)
{
ServerDescriptor desc = ev.getNewDescriptor();
@@ -128,9 +122,7 @@
backendName.setText(backend.getBackendID());
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void okClicked()
{
List<LocalizableMessage> errors = checkErrors(true);
@@ -207,34 +199,26 @@
maxBlock = Integer.parseInt(maxBlockSize.getText());
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public Type getType()
{
return Type.NEW_INDEX;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public Set<String> getBackends()
{
return backendSet;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public LocalizableMessage getTaskDescription()
{
return INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION.get(
indexName, backendID);
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public boolean canLaunch(Task taskToBeLaunched,
Collection<LocalizableMessage> incompatibilityReasons)
{
@@ -292,9 +276,7 @@
}
SwingUtilities.invokeLater(new Runnable()
{
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void run()
{
getProgressDialog().appendProgressHtml(
@@ -316,9 +298,7 @@
}
SwingUtilities.invokeLater(new Runnable()
{
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void run()
{
getProgressDialog().appendProgressHtml(
@@ -407,18 +387,14 @@
index.commit();
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
protected String getCommandLinePath()
{
return null;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
protected ArrayList<String> getCommandLineArguments()
{
@@ -437,9 +413,7 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void runTask()
{
@@ -471,9 +445,7 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void postOperation()
{
--
Gitblit v1.10.0