mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2055 Mark want parseRules public
X-SVN-Rev: 16656
This commit is contained in:
parent
1f69f2a37c
commit
2793573a1c
1 changed files with 1 additions and 1 deletions
|
@ -2753,7 +2753,7 @@ public class LDML2ICUConverter {
|
|||
return table;
|
||||
}
|
||||
|
||||
private ICUResourceWriter.Resource parseCollations(Node root, StringBuffer xpath){
|
||||
ICUResourceWriter.Resource parseCollations(Node root, StringBuffer xpath){
|
||||
ICUResourceWriter.ResourceTable table = new ICUResourceWriter.ResourceTable();
|
||||
ICUResourceWriter.Resource current = null;
|
||||
table.name = root.getNodeName();
|
||||
|
|
Loading…
Add table
Reference in a new issue