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
This commit is contained in:
parent
d6c2458f4e
commit
1d5d594da5
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
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,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue