src/share/classes/sun/awt/AWTSecurityManager.java

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

*** 54,64 **** * calling context. * * @return the AppContext corresponding to the current context. * @see sun.awt.AppContext * @see java.lang.SecurityManager ! * @since JDK1.2.1 */ public AppContext getAppContext() { return null; // Default implementation returns null } --- 54,64 ---- * calling context. * * @return the AppContext corresponding to the current context. * @see sun.awt.AppContext * @see java.lang.SecurityManager ! * @since 1.2.1 */ public AppContext getAppContext() { return null; // Default implementation returns null }