From ff9b49ad76234e3b60512fc479343030a6b367ad Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Wed, 18 Aug 2010 09:47:15 +0000
Subject: [PATCH] Cleanup. Remove references to Java 5 since we no longer support it. Cleanup messages, removing unnecessary casts (due to bugs in early versions of Java 5), removing dead code. The minimal version has been set to Java 1.6.0_10. Also cleanup the Java Stubs for MacOS, removed the StatusPanel (replaced by ControlPanel since 1.2), and update Info.plist to require 1.6 or higher, show 2.3 as version.
---
opends/src/quicksetup/org/opends/quicksetup/util/IncompatibleVersionException.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/IncompatibleVersionException.java b/opends/src/quicksetup/org/opends/quicksetup/util/IncompatibleVersionException.java
index 249971d..f98d989 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/IncompatibleVersionException.java
+++ b/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
{
--
Gitblit v1.10.0