src/share/classes/java/lang/NoSuchMethodException.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 27,37 **** /** * Thrown when a particular method cannot be found. * * @author unascribed ! * @since JDK1.0 */ public class NoSuchMethodException extends ReflectiveOperationException { private static final long serialVersionUID = 5034388446362600923L; --- 27,37 ---- /** * Thrown when a particular method cannot be found. * * @author unascribed ! * @since 1.0 */ public class NoSuchMethodException extends ReflectiveOperationException { private static final long serialVersionUID = 5034388446362600923L;