jdk/src/share/classes/java/text/DateFormatSymbols.java
changeset 10419 12c063b39232
parent 7003 7d8d9506b4ee
child 12549 db2c42dabfa4
--- a/jdk/src/share/classes/java/text/DateFormatSymbols.java	Tue Aug 30 14:41:12 2011 +0100
+++ b/jdk/src/share/classes/java/text/DateFormatSymbols.java	Tue Aug 30 11:53:11 2011 -0700
@@ -597,7 +597,7 @@
             copyMembers(this, other);
             return other;
         } catch (CloneNotSupportedException e) {
-            throw new InternalError();
+            throw new InternalError(e);
         }
     }