changeset 10419 | 12c063b39232 |
parent 6501 | 684810d882b3 |
child 13583 | dc0017b1a452 |
--- a/jdk/src/share/classes/java/text/DecimalFormatSymbols.java Tue Aug 30 14:41:12 2011 +0100 +++ b/jdk/src/share/classes/java/text/DecimalFormatSymbols.java Tue Aug 30 11:53:11 2011 -0700 @@ -479,7 +479,7 @@ return (DecimalFormatSymbols)super.clone(); // other fields are bit-copied } catch (CloneNotSupportedException e) { - throw new InternalError(); + throw new InternalError(e); } }