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/task/ModifyEntryTask.java | 36 +++++++++---------------------------
1 files changed, 9 insertions(+), 27 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/ModifyEntryTask.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/ModifyEntryTask.java
index d8c8d98..e2602fa 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/ModifyEntryTask.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/ModifyEntryTask.java
@@ -153,50 +153,38 @@
return hasModifications;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public Type getType()
{
return Type.MODIFY_ENTRY;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public Set<String> getBackends()
{
return backendSet;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public LocalizableMessage getTaskDescription()
{
return INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION.get(oldEntry.getDN());
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
protected String getCommandLinePath()
{
return null;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
protected ArrayList<String> getCommandLineArguments()
{
return new ArrayList<String>();
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public boolean canLaunch(Task taskToBeLaunched,
Collection<LocalizableMessage> incompatibilityReasons)
{
@@ -220,17 +208,13 @@
return true;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public boolean regenerateDescriptor()
{
return false;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void runTask()
{
state = State.RUNNING;
@@ -291,9 +275,7 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public void postOperation()
{
if ((lastException == null) && (state == State.FINISHED_SUCCESSFULLY) &&
--
Gitblit v1.10.0