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/quicksetup/ui/ButtonsPanel.java |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/ButtonsPanel.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/ButtonsPanel.java
index c62b446..df371db 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/ButtonsPanel.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/ButtonsPanel.java
@@ -12,7 +12,7 @@
  * information: "Portions Copyright [year] [name of copyright owner]".
  *
  * Copyright 2006-2008 Sun Microsystems, Inc.
- * Portions Copyright 2014-2015 ForgeRock AS.
+ * Portions Copyright 2014-2016 ForgeRock AS.
  */
 package org.opends.quicksetup.ui;
 
@@ -35,7 +35,6 @@
  * This class contains the buttons in the bottom of the Install/Uninstall
  * dialog.  There is only one of this instances for the QuickSetupDialog.
  * The layout is updated calling setCurrentStep method.
- *
  */
 public class ButtonsPanel extends QuickSetupPanel
 {
@@ -181,10 +180,7 @@
 
   }
 
-  /**
-   * Do the layout of the panel.
-   *
-   */
+  /** Do the layout of the panel. */
   private void layoutButtons()
   {
     setLayout(new GridBagLayout());
@@ -276,6 +272,7 @@
 
     ActionListener actionListener = new ActionListener()
     {
+      @Override
       public void actionPerformed(ActionEvent ev)
       {
         ButtonEvent be = new ButtonEvent(ev.getSource(), fButtonName);

--
Gitblit v1.10.0