Make SYMBOL_REF static

X-SVN-Rev: 1411
This commit is contained in:
Alan Liu 2000-05-18 22:49:20 +00:00
parent 69ba12f77c
commit 4dea43407d
2 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/SymbolTable.java,v $
* $Date: 2000/04/25 01:42:58 $
* $Revision: 1.4 $
* $Date: 2000/05/18 22:49:20 $
* $Revision: 1.5 $
*
*****************************************************************************************
*/
@ -29,7 +29,7 @@ public interface SymbolTable {
/**
* The character preceding a symbol reference name.
*/
final char SYMBOL_REF = '$';
static final char SYMBOL_REF = '$';
/**
* Lookup the characters associated with this string and return it.

View File

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/text/Attic/SymbolTable.java,v $
* $Date: 2000/04/25 01:42:58 $
* $Revision: 1.4 $
* $Date: 2000/05/18 22:49:20 $
* $Revision: 1.5 $
*
*****************************************************************************************
*/
@ -29,7 +29,7 @@ public interface SymbolTable {
/**
* The character preceding a symbol reference name.
*/
final char SYMBOL_REF = '$';
static final char SYMBOL_REF = '$';
/**
* Lookup the characters associated with this string and return it.