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

ludovicp
18.47.2010 c7a105c72969e9e6b73e8176974b321e38b55270
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/IncompatibleVersionException.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2010 Sun Microsystems, Inc.
 */
package org.opends.quicksetup.util;
@@ -31,8 +31,8 @@
/**
 * The exception representing an incompatible java version being used.  Even
 * if the code can be run under 1.5, some bugs have been found in some versions
 * of the JVM that prevent OpenDS to work properly (see
 * if the code can be run under 1.6, some bugs might be found that prevent from
 * using some of the 1.6 releases.
 */
public class IncompatibleVersionException extends OpenDsException
{