Commit 1d5d594d by Michael Koch Committed by Michael Koch

InputSubset.java: New version from classpath.

2003-06-11  Michael Koch  <konqueror@gmx.de>

	* java/awt/im/InputSubset.java:
	New version from classpath.

From-SVN: r67770
parent d6c2458f
2003-06-11 Michael Koch <konqueror@gmx.de>
* java/awt/im/InputSubset.java:
New version from classpath.
2003-06-11 Michael Koch <konqueror@gmx.de>
* javax/swing/AbstractAction.java,
javax/swing/AbstractButton.java,
javax/swing/AbstractCellEditor.java,
......
/* InputSubset.java -- subsets of Unicode important in text input
Copyright (C) 2002 Free Software Foundation, Inc.
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
......@@ -46,8 +46,8 @@ package java.awt.im;
* @since 1.2
* @status updated to 1.4
*/
public final class InputSubset extends java.lang.Character.Subset
{ // XXX - FIXME Use fully qualified extends as gcj 3.1 workaround.
public final class InputSubset extends Character.Subset
{
/**
* Constant for all Latin characters, including the characters in the
* BASIC_LATIN, LATIN_1_SUPPLEMENT, LATIN_EXTENDED_A, LATIN_EXTENDED_B
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment