mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2087 make package-private
X-SVN-Rev: 10462
This commit is contained in:
parent
b6455400d0
commit
50279c7b54
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/SymbolTable.java,v $
|
||||
* $Date: 2002/02/16 03:06:16 $
|
||||
* $Revision: 1.9 $
|
||||
* $Date: 2002/12/04 00:03:40 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@ import java.text.ParsePosition;
|
|||
* <p>Currently, RuleBasedTransliterator and UnicodeSet use this
|
||||
* interface to share variable definitions.
|
||||
*/
|
||||
public interface SymbolTable {
|
||||
interface SymbolTable {
|
||||
|
||||
/**
|
||||
* The character preceding a symbol reference name.
|
||||
|
|
Loading…
Add table
Reference in a new issue