src/share/classes/java/lang/Object.java

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

*** 30,40 **** * Every class has {@code Object} as a superclass. All objects, * including arrays, implement the methods of this class. * * @author unascribed * @see java.lang.Class ! * @since JDK1.0 */ public class Object { private static native void registerNatives(); static { --- 30,40 ---- * Every class has {@code Object} as a superclass. All objects, * including arrays, implement the methods of this class. * * @author unascribed * @see java.lang.Class ! * @since 1.0 */ public class Object { private static native void registerNatives(); static {