From 950f927644139bbc8805c518dff2cd80cc3bcb6e Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Thu, 09 Apr 2015 12:41:47 +0000
Subject: [PATCH] OPENDJ-1714 (CR-6595) UI setup backend type choice

---
 opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/FieldName.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/FieldName.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/FieldName.java
index 7d9a308..9d0d109 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/FieldName.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/FieldName.java
@@ -45,6 +45,9 @@
   /** The value associated with this is a data options.Type. */
   DATA_OPTIONS,
 
+  /** The value associated with this is a String. **/
+  BACKEND_TYPE,
+
   /** The value associated with this is a String. */
   DIRECTORY_BASE_DN,
 

--
Gitblit v1.10.0