mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Refactor: Refactor Dbmeta classes; Rename methods of list and hash classes
This commit is contained in:
@@ -49,7 +49,7 @@ class IndicatorSerialCoreTstr {
|
||||
private Ordered_hash ToList(Indicator_xnde[] xndes) {
|
||||
Ordered_hash list = Ordered_hash_.New();
|
||||
for (Indicator_xnde xnde : xndes) {
|
||||
list.Add_if_dupe_use_nth(xnde.Name(), xnde);
|
||||
list.AddIfDupeUseNth(xnde.Name(), xnde);
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user