From 2a3158aad80fc910b83336485b3e545dea50066c Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 20 Apr 2016 09:23:30 +0000
Subject: [PATCH] guitools + quicksetup: added @Override + Autorefactor'ed comments

---
 opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java b/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java
index 5fd0221..40ef44e 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/ConfirmUninstallPanel.java
@@ -12,7 +12,7 @@
  * information: "Portions Copyright [year] [name of copyright owner]".
  *
  * Copyright 2006-2010 Sun Microsystems, Inc.
- * Portions Copyright 2011-2015 ForgeRock AS.
+ * Portions Copyright 2011-2016 ForgeRock AS.
  */
 
 package org.opends.guitools.uninstaller.ui;
@@ -43,7 +43,6 @@
  * This is the panel displayed when the user is uninstalling Open DS.  It is
  * basically a panel with the text informing of the consequences of uninstalling
  * the server and asking for confirmation.
- *
  */
 public class ConfirmUninstallPanel extends QuickSetupStepPanel
 {
@@ -60,7 +59,6 @@
    * The constructor of this class.
    * @param application Application this panel represents
    * @param installStatus the object describing the current installation status.
-   *
    */
   public ConfirmUninstallPanel(GuiApplication application,
                                CurrentInstallStatus installStatus)
@@ -68,7 +66,6 @@
     super(application);
   }
 
-  /** {@inheritDoc} */
   @Override
   public Object getFieldValue(FieldName fieldName)
   {
@@ -97,14 +94,12 @@
     }
   }
 
-  /** {@inheritDoc} */
   @Override
   protected LocalizableMessage getTitle()
   {
     return INFO_CONFIRM_UNINSTALL_PANEL_TITLE.get();
   }
 
-  /** {@inheritDoc} */
   @Override
   protected Component createInputPanel()
   {
@@ -227,7 +222,6 @@
     return panel;
   }
 
-  /** {@inheritDoc} */
   @Override
   protected LocalizableMessage getInstructions()
   {

--
Gitblit v1.10.0