changeset in /hg/icedtea6: 2009-05-13 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Wed May 13 11:42:39 PDT 2009
changeset 813f65587cf8 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=813f65587cf8
description:
2009-05-13 Lillian Angel <langel at redhat.com>
* patches/icedtea-enum-bug-181.patch: Removed.
diffstat:
2 files changed, 4 insertions(+), 11 deletions(-)
ChangeLog | 4 ++++
patches/icedtea-enum-bug-181.patch | 11 -----------
diffs (26 lines):
diff -r 370d4ef5ff5c -r 813f65587cf8 ChangeLog
--- a/ChangeLog Wed May 13 13:55:55 2009 -0400
+++ b/ChangeLog Wed May 13 14:43:36 2009 -0400
@@ -1,3 +1,7 @@ 2009-05-13 Lillian Angel <langel at redha
+2009-05-13 Lillian Angel <langel at redhat.com>
+
+ * patches/icedtea-enum-bug-181.patch: Removed.
+
2009-05-13 Lillian Angel <langel at redhat.com>
* patches/icedtea-certbundle.patch: Removed.
diff -r 370d4ef5ff5c -r 813f65587cf8 patches/icedtea-enum-bug-181.patch
--- a/patches/icedtea-enum-bug-181.patch Wed May 13 13:55:55 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- openjdkold/jdk/src/share/classes/sun/beans/editors/EnumEditor.java 2008-07-10 15:57:13.000000000 -0400
-+++ openjdk/jdk/src/share/classes/sun/beans/editors/EnumEditor.java 2008-08-11 15:07:05.000000000 -0400
-@@ -67,7 +67,7 @@
- }
-
- public void setValue( Object value ) {
-- if ( ( value != null ) && ( this.type != value.getClass() ) ) {
-+ if ( ( value != null ) && ! ( this.type.isInstance( value ) ) ) {
- throw new IllegalArgumentException( "Unsupported value: " + value );
- }
- Object oldValue;
More information about the distro-pkg-dev
mailing list