mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2087 fix Factory @ tags
X-SVN-Rev: 10461
This commit is contained in:
parent
72601a817c
commit
b6455400d0
1 changed files with 6 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/Transliterator.java,v $
|
||||
* $Date: 2002/12/03 21:01:34 $
|
||||
* $Revision: 1.84 $
|
||||
* $Date: 2002/12/04 00:03:28 $
|
||||
* $Revision: 1.85 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -1791,6 +1791,10 @@ public abstract class Transliterator {
|
|||
* @stable
|
||||
*/
|
||||
public static interface Factory {
|
||||
/**
|
||||
* Return a transliterator for the given ID.
|
||||
* @stable
|
||||
*/
|
||||
Transliterator getInstance(String ID);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue