mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.8.1.1
This commit is contained in:
@@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
package gplx.xowa.specials.nearby; import gplx.*; import gplx.xowa.*; import gplx.xowa.specials.*;
|
||||
public class Nearby_mgr implements Xows_page {
|
||||
Xowe_wiki wiki; byte[] trg;
|
||||
private Hash_adp_bry excluded = Hash_adp_bry.ci_ascii_();
|
||||
private Hash_adp_bry visited = Hash_adp_bry.ci_ascii_();
|
||||
private Hash_adp_bry excluded = Hash_adp_bry.ci_a7();
|
||||
private Hash_adp_bry visited = Hash_adp_bry.ci_a7();
|
||||
List_adp trail = List_adp_.new_();
|
||||
List_adp results = List_adp_.new_();
|
||||
int results_cur = 0;
|
||||
|
||||
@@ -46,7 +46,7 @@ class Nearby_mgr_fxt {
|
||||
if (fxt == null) {
|
||||
fxt = new Xop_fxt();
|
||||
nearby_mgr = new Nearby_mgr();
|
||||
excluded = Hash_adp_bry.ci_ascii_();
|
||||
excluded = Hash_adp_bry.ci_a7();
|
||||
tmp_bfr = Bry_bfr.new_();
|
||||
}
|
||||
fxt.Reset();
|
||||
|
||||
Reference in New Issue
Block a user