From bc348f010d70a1c6abd4c9f17903ea7b64e6124f Mon Sep 17 00:00:00 2001 From: mkoch Date: Sat, 11 Oct 2003 17:19:46 +0000 Subject: 2003-10-11 Michael Koch * java/awt/ActiveEvent.java * java/awt/datatransfer/ClipboardOwner.java * java/awt/datatransfer/FlavorMap.java * java/awt/datatransfer/Transferable.java * java/awt/dnd/Autoscroll.java * java/awt/dnd/peer/DragSourceContextPeer.java * java/awt/dnd/peer/DropTargetContextPeer.java * java/awt/dnd/peer/DropTargetPeer.java * java/awt/font/MultipleMaster.java * java/awt/font/OpenType.java * java/awt/im/spi/InputMethodDescriptor.java * java/awt/image/ImageObserver.java * java/awt/image/ImageConsumer.java * java/awt/image/ImageProducer.java * java/awt/image/RGBImageFilter.java * java/awt/image/RasterOp.java * java/awt/image/renderable/RenderableImage.java git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72341 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/awt/im/spi/InputMethodDescriptor.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libjava/java/awt/im/spi/InputMethodDescriptor.java') diff --git a/libjava/java/awt/im/spi/InputMethodDescriptor.java b/libjava/java/awt/im/spi/InputMethodDescriptor.java index aeb91289e9d..9ba97744aef 100644 --- a/libjava/java/awt/im/spi/InputMethodDescriptor.java +++ b/libjava/java/awt/im/spi/InputMethodDescriptor.java @@ -88,8 +88,8 @@ public interface InputMethodDescriptor * @param displayLanguage the language of the result * @return the name of the input method when using the given inputLocale */ - public String getInputMethodDisplayName(Locale inputLocale, - Locale displayLanguage); + String getInputMethodDisplayName(Locale inputLocale, + Locale displayLanguage); /** * Returns a 16x16 icon for the input locale. The inputLocale parameter @@ -99,7 +99,7 @@ public interface InputMethodDescriptor * @param inputLocale the locale of the input method, or null * @return a 16x16 icon for the input method when using the given inputLocale */ - public Image getInputMethodIcon(Locale inputLocale); + Image getInputMethodIcon(Locale inputLocale); /** * Creates a new instance of the input method. @@ -107,5 +107,7 @@ public interface InputMethodDescriptor * @return the newly created input method * @throws Exception if anything goes wrong */ - public InputMethod createInputMethod() throws Exception; + InputMethod createInputMethod() throws Exception; + } // interface InputMethodDescriptor + -- cgit v1.2.3