提交 a5f2d9d1 编写于 作者: M mcherkas

8011123: serialVersionUID of java.awt.dnd.InvalidDnDOperationException changed in JDK8-b82

Reviewed-by: anthony, serb
上级 7180c7c3
......@@ -36,7 +36,7 @@ package java.awt.dnd;
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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册