From 7ae21709bb6dbdc092052acb5098bfa5cb316d9e Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 29 Mar 2007 15:09:14 +0000
Subject: [PATCH] These refactorings are essential in anticipation of a new quicksetup application for the upgrader feature (issue 598). These changes were reviewed by Josu.
---
opends/src/quicksetup/org/opends/quicksetup/ui/LabelFieldDescriptor.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/LabelFieldDescriptor.java b/opends/src/quicksetup/org/opends/quicksetup/ui/LabelFieldDescriptor.java
similarity index 98%
rename from opends/src/quicksetup/org/opends/quicksetup/installer/LabelFieldDescriptor.java
rename to opends/src/quicksetup/org/opends/quicksetup/ui/LabelFieldDescriptor.java
index 4b9a12a..22077a9 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/LabelFieldDescriptor.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/LabelFieldDescriptor.java
@@ -25,7 +25,7 @@
* Portions Copyright 2006-2007 Sun Microsystems, Inc.
*/
-package org.opends.quicksetup.installer;
+package org.opends.quicksetup.ui;
/**
* This is a commodity class used to couple a label and a text component with
@@ -63,7 +63,7 @@
* Secondary label.
*/
SECONDARY
- };
+ }
/**
* This enum contains the different type of fields that can be associated with
@@ -84,7 +84,7 @@
* Read only field.
*/
READ_ONLY
- };
+ }
/**
* Constructor of this LabelFieldDescriptor.
--
Gitblit v1.10.0