mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
'v3.8.5.1'
This commit is contained in:
@@ -23,7 +23,7 @@ public class Xoa_cfg_grp_tid {
|
||||
public int Wiki_tid() {return wiki_tid;} private int wiki_tid;
|
||||
public static final byte Tid_null = 0, Tid_all = 1, Tid_type = 2, Tid_wiki = 3, Tid_app = 4;
|
||||
public static final String Key_app_str = "app";
|
||||
public static final byte[] Key_all_bry = Bry_.new_a7("*"), Key_app_bry = Bry_.new_a7(Key_app_str);
|
||||
public static final byte[] Key_all_bry = Bry_.new_a7("*"), Key_app_bry = Bry_.new_a7(Key_app_str);
|
||||
public static Xoa_cfg_grp_tid parse(byte[] key) {
|
||||
Xoa_cfg_grp_tid rv = (Xoa_cfg_grp_tid)factory.Get_by_bry(key);
|
||||
if (rv == null) {
|
||||
@@ -43,5 +43,5 @@ public class Xoa_cfg_grp_tid {
|
||||
factory.Add(key, rv);
|
||||
}
|
||||
return rv;
|
||||
} static Hash_adp_bry factory = Hash_adp_bry.cs();
|
||||
} private static Hash_adp_bry factory = Hash_adp_bry.cs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user