src/share/classes/com/sun/jdi/InvalidLineNumberException.java

Print this page

        

@@ -32,10 +32,11 @@
  * @deprecated This exception is no longer thrown
  *
  * @author Gordon Hirsch
  * @since  1.3
  */
+@jdk.Supported
 @Deprecated
 public class InvalidLineNumberException extends RuntimeException {
     private static final long serialVersionUID = 4048709912372692875L;
     public InvalidLineNumberException() {
         super();