mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v1.10.2.1
This commit is contained in:
@@ -54,7 +54,7 @@ public class IptKey_ {
|
||||
IptKeyStrMgr._.XtoIptKeyAry(list);
|
||||
for (IptKey key : del)
|
||||
list.Del(key);
|
||||
return (IptKey[])list.XtoAry(IptKey.class);
|
||||
return (IptKey[])list.Xto_ary(IptKey.class);
|
||||
}
|
||||
static IptKey getOrNew_(int val) {
|
||||
IptKey rv = (IptKey)enmMgr.Get(val);
|
||||
|
||||
Reference in New Issue
Block a user