< prev index next >

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

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

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