From 2b1318754b3613c413c72b192ff47ba6bfb55d31 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 24 May 2007 00:37:30 +0000
Subject: [PATCH] This commit addresses issue 1599 as well as introduces some other changes suggested by Brian after reviewing the SWAED guidelines:
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
index e11df2e..4ef471a 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
@@ -58,10 +58,6 @@
*/
FINISH,
/**
- * The Cancel button.
- */
- CANCEL,
- /**
* The Launch Status Panel button.
*/
LAUNCH_STATUS_PANEL
--
Gitblit v1.10.0