From 6292beaede500c125091a84263ed7cda454ba299 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 21 Oct 2015 16:05:43 +0000
Subject: [PATCH] OPENDJ-2348 PR-96 Remove webstart and netscape support

---
 opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/FieldName.java |    6 +-----
 1 files changed, 1 insertions(+), 5 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 ee9fba8..9ef15b7 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
@@ -141,11 +141,7 @@
   /** The value associated with this is a JavaArguments object. */
   SERVER_JAVA_ARGUMENTS,
 
-  /**
-   * The value associated with this is a String.
-   * The web start installer uses this field to indicate the
-   * location to install the server.
-   */
+  /** The value associated with this is a String. */
   SERVER_LOCATION,
 
   /** The value associated with this is a String. */

--
Gitblit v1.10.0