From 7b11fcf138a9310aa14d26fea3249d6073c38828 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 11 Apr 2016 17:22:17 +0000
Subject: [PATCH] Code cleanup

---
 opendj-server-legacy/src/main/java/org/opends/quicksetup/Constants.java |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/Constants.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/Constants.java
index ded50d7..3af5c33 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/Constants.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/Constants.java
@@ -12,7 +12,7 @@
  * information: "Portions Copyright [year] [name of copyright owner]".
  *
  * Copyright 2008 Sun Microsystems, Inc.
- * Portions Copyright 2011-2015 ForgeRock AS.
+ * Portions Copyright 2011-2016 ForgeRock AS.
  */
 package org.opends.quicksetup;
 
@@ -66,10 +66,4 @@
 
   /** The maximum chars we show in a line of a dialog. */
   public static final int MAX_CHARS_PER_LINE_IN_DIALOG = 100;
-
-  /** Prefix for log files. */
-  public static final String LOG_FILE_PREFIX = "opendj-setup-";
-
-  /** Suffix for log files. */
-  public static final String LOG_FILE_SUFFIX = ".log";
 }

--
Gitblit v1.10.0