src/solaris/classes/sun/awt/X11InputMethodDescriptor.java

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

*** 38,48 **** /** * Provides sufficient information about an input method * to enable selection and loading of that input method. * The input method itself is only loaded when it is actually used. * ! * @since JDK1.3 */ public abstract class X11InputMethodDescriptor implements InputMethodDescriptor { private static Locale locale; --- 38,48 ---- /** * Provides sufficient information about an input method * to enable selection and loading of that input method. * The input method itself is only loaded when it is actually used. * ! * @since 1.3 */ public abstract class X11InputMethodDescriptor implements InputMethodDescriptor { private static Locale locale;