mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-2787 fix failure on Eclipse
X-SVN-Rev: 11910
This commit is contained in:
parent
51e7d300a1
commit
4d5da46c2b
2 changed files with 6 additions and 6 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/CollatorServiceShim.java,v $
|
||||
* $Date: 2003/05/05 23:42:17 $
|
||||
* $Revision: 1.2 $
|
||||
* $Date: 2003/05/13 16:33:01 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -111,7 +111,7 @@ final class CollatorServiceShim extends Collator.ServiceShim {
|
|||
}
|
||||
}
|
||||
|
||||
registerFactory(new CollatorFactory());
|
||||
this.registerFactory(new CollatorFactory());
|
||||
markDefault();
|
||||
}
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/NumberFormatServiceShim.java,v $
|
||||
* $Date: 2003/05/05 23:42:17 $
|
||||
* $Revision: 1.2 $
|
||||
* $Date: 2003/05/13 16:33:01 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -90,7 +90,7 @@ class NumberFormatServiceShim extends NumberFormat.NumberFormatShim {
|
|||
}
|
||||
}
|
||||
|
||||
registerFactory(new RBNumberFormatFactory());
|
||||
this.registerFactory(new RBNumberFormatFactory());
|
||||
markDefault();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue