mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
06.44.2015 7acfd0590232035879e2a08dfc5b35c37017bb68
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;