< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/VMMismatchException.java

Print this page
rev 17275 : 8181417: Code cleanups in com.sun.jdi

@@ -32,11 +32,13 @@
  *
  * @author Gordon Hirsch
  * @since  1.3
  */
 public class VMMismatchException extends RuntimeException {
+
     private static final long serialVersionUID = 289169358790459564L;
+
     public VMMismatchException() {
         super();
     }
 
     public VMMismatchException(String s) {
< prev index next >