mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
'v3.4.1.1'
This commit is contained in:
@@ -45,8 +45,8 @@ public class PoolIds {
|
||||
}
|
||||
if (rv != 1) throw Err_.new_wo_type("failed to update nextId", "url", url, "nextId", val);
|
||||
}
|
||||
public static final String Tbl_Name = "pool_ids";
|
||||
@gplx.Internal protected static final String Fld_id_path = "id_path";
|
||||
@gplx.Internal protected static final String Fld_id_next_id = "id_next_id";
|
||||
public static final PoolIds Instance = new PoolIds(); PoolIds() {}
|
||||
public static final String Tbl_Name = "pool_ids";
|
||||
@gplx.Internal protected static final String Fld_id_path = "id_path";
|
||||
@gplx.Internal protected static final String Fld_id_next_id = "id_next_id";
|
||||
public static final PoolIds Instance = new PoolIds(); PoolIds() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user