jdk/src/share/classes/java/util/Calendar.java
changeset 10419 12c063b39232
parent 8521 ab64b8d109b8
child 11681 9a1076231db7
--- a/jdk/src/share/classes/java/util/Calendar.java	Tue Aug 30 14:41:12 2011 +0100
+++ b/jdk/src/share/classes/java/util/Calendar.java	Tue Aug 30 11:53:11 2011 -0700
@@ -2512,7 +2512,7 @@
         }
         catch (CloneNotSupportedException e) {
             // this shouldn't happen, since we are Cloneable
-            throw new InternalError();
+            throw new InternalError(e);
         }
     }