jdk/src/share/classes/java/dyn/WrongMethodTypeException.java
changeset 6848 1a454f5b7209
parent 5506 202f599c92aa
child 8346 3b891698c4ec
--- a/jdk/src/share/classes/java/dyn/WrongMethodTypeException.java	Wed Oct 06 10:11:45 2010 -0400
+++ b/jdk/src/share/classes/java/dyn/WrongMethodTypeException.java	Wed Oct 06 21:55:28 2010 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -38,8 +38,11 @@
  * instead of when the mismatched method handle is called.
  *
  * @author John Rose, JSR 292 EG
+ * @since 1.7
  */
 public class WrongMethodTypeException extends RuntimeException {
+    private static final long serialVersionUID = 292L;
+
     /**
      * Constructs a {@code WrongMethodTypeException} with no detail message.
      */