changeset 9211:11e15e507828 icedtea-2.6.10

Merge jdk7u141-b02
author andrew
date Wed, 03 May 2017 03:50:28 +0100
parents 5afdd0614c30 (current diff) 15ba571f7278 (diff)
children 59204456ee2f
files .hgtags
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Thu Apr 27 06:17:41 2017 +0100
+++ b/.hgtags	Wed May 03 03:50:28 2017 +0100
@@ -656,3 +656,4 @@
 fb3599f6b8615b848b54b51122d58c823a9a4ee9 icedtea-2.6.10pre01
 e890a6aef6223d428376aac846c1d1f3e40dbda7 jdk7u141-b00
 a319566e15f5611bae9cfda2696e8217020a9269 jdk7u141-b01
+19a085e656145471455d7fbd648717f94281a729 jdk7u141-b02
--- a/src/share/classes/java/awt/dnd/InvalidDnDOperationException.java	Thu Apr 27 06:17:41 2017 +0100
+++ b/src/share/classes/java/awt/dnd/InvalidDnDOperationException.java	Wed May 03 03:50:28 2017 +0100
@@ -36,7 +36,7 @@
 
 public class InvalidDnDOperationException extends IllegalStateException {
 
-    private static final long serialVersionUID = 5156676500247816278L;
+    private static final long serialVersionUID = -6062568741193956678L;
 
     static private String dft_msg = "The operation requested cannot be performed by the DnD system since it is not in the appropriate state";