diff options
Diffstat (limited to 'usr/src/cmd/java/default_java')
-rw-r--r-- | usr/src/cmd/java/default_java | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/src/cmd/java/default_java b/usr/src/cmd/java/default_java index 930e63198d..b80dbfed3c 100644 --- a/usr/src/cmd/java/default_java +++ b/usr/src/cmd/java/default_java @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -28,5 +27,5 @@ # # Shell syntax. # -DEFAULT_MIN=1.5 -DEFAULT_MAX=1.5 +DEFAULT_MIN=1.6 +DEFAULT_MAX=1.6 |