mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-6347 Fixed an Eclipse compiler warning.
X-SVN-Rev: 24560
This commit is contained in:
parent
e6bec98d5a
commit
0af31cef56
1 changed files with 2 additions and 2 deletions
|
@ -179,9 +179,9 @@ class CharsetLMBCS extends CharsetICU {
|
|||
* from a LMBCS character. This is decided on a process-by-process basis. The
|
||||
* group byte that is dropped is called the 'optimization group.'
|
||||
*
|
||||
* For Notes, the optimization gropu is always 0x1.
|
||||
* For Notes, the optimization group is always 0x1.
|
||||
*/
|
||||
private static final short ULMBCS_DEFAULTOPTGROUP = 0x01;
|
||||
//private static final short ULMBCS_DEFAULTOPTGROUP = 0x01;
|
||||
/* For 1-2-3 files, the optimization group is stored in the header of the 1-2-3
|
||||
* file.
|
||||
* In any case, when using ICU, you either pass in the
|
||||
|
|
Loading…
Add table
Reference in a new issue