1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Release: v3.12.1.1

This commit is contained in:
gnosygnu
2016-12-04 20:56:13 -05:00
parent 585ef1c2ce
commit d64136ab9d
6 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ import gplx.dbs.*; import gplx.xowa.addons.apps.cfgs.mgrs.*;
public class Xocfg_mgr {
private final Xocfg_cache_mgr cache_mgr = new Xocfg_cache_mgr();
public void Init_by_app(Db_conn conn) {
cache_mgr.Init_by_app(conn);
// cache_mgr.Init_by_app(conn); // COMMENT:section_edit DATE:2016-12-04
}
public void Clear() {
cache_mgr.Clear();