< prev index next >

src/java.desktop/share/classes/sun/awt/im/ExecutableInputMethodManager.java

Print this page

        

*** 517,527 **** /** * Writes the preferred input method descriptor class name into * the user's Preferences tree in accordance with the given locale. * ! * @param inputMethodLocator input method locator to remember. */ private synchronized void putPreferredInputMethod(InputMethodLocator locator) { InputMethodDescriptor descriptor = locator.getDescriptor(); Locale preferredLocale = locator.getLocale(); --- 517,527 ---- /** * Writes the preferred input method descriptor class name into * the user's Preferences tree in accordance with the given locale. * ! * @param locator input method locator to remember. */ private synchronized void putPreferredInputMethod(InputMethodLocator locator) { InputMethodDescriptor descriptor = locator.getDescriptor(); Locale preferredLocale = locator.getLocale();
< prev index next >