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/ButtonName.java | 29 ++++++++---------------------
1 files changed, 8 insertions(+), 21 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ButtonName.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ButtonName.java
index e013d67..f79f51c 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ButtonName.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ButtonName.java
@@ -12,6 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2006-2008 Sun Microsystems, Inc.
+ * Portions Copyright 2016 ForgeRock AS.
*/
package org.opends.quicksetup;
@@ -22,33 +23,19 @@
*/
public enum ButtonName
{
- /**
- * The Next button.
- */
+ /** The Next button. */
NEXT,
- /**
- * The Previous button.
- */
+ /** The Previous button. */
PREVIOUS,
- /**
- * The Quit button.
- */
+ /** The Quit button. */
QUIT,
- /**
- * The Continue with install button.
- */
+ /** The Continue with install button. */
CONTINUE_INSTALL,
- /**
- * The Close button.
- */
+ /** The Close button. */
CLOSE,
- /**
- * The Finish button.
- */
+ /** The Finish button. */
FINISH,
- /**
- * The Launch Status Panel button.
- */
+ /** The Launch Status Panel button. */
LAUNCH_STATUS_PANEL,
/**
* Input panel button. This is used to identify generic buttons inside
--
Gitblit v1.10.0