From 38bfdfa2f1cceb454bace86f48d843f19894dd5e Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 06 May 2015 07:44:04 +0000
Subject: [PATCH] OPENDJ-1993 Replace outdated Java 6 references

---
 opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
index e5cc678..f188ada 100755
--- a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
+++ b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2006-2010 Sun Microsystems, Inc.
- *      Portions copyright 2012-2014 ForgeRock AS.
+ *      Portions copyright 2012-2015 ForgeRock AS.
  */
 package com.forgerock.opendj.cli;
 
@@ -31,6 +31,9 @@
  */
 public final class CliConstants {
 
+    /** The minimum java specification supported string version. */
+    public static final float MINIMUM_JAVA_VERSION = 1.7F;
+
     /** Default value for LDAP connection timeout. */
     public static final int DEFAULT_LDAP_CONNECT_TIMEOUT = 30000;
 

--
Gitblit v1.10.0