1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

cleanup: no NetworkTree constructor with level parameter

This commit is contained in:
Nikolay Pultsin 2011-03-01 16:24:49 +00:00
parent 85df6a5e84
commit 8001a37cec
11 changed files with 18 additions and 30 deletions

View file

@ -413,11 +413,10 @@ public class NetworkLibrary {
}
}
public NetworkTree getTree() {
public NetworkTree getRootTree() {
return myRootTree;
}
public void simpleSearch(String pattern, final NetworkOperationData.OnNewItemListener listener) throws ZLNetworkException {
LinkedList<ZLNetworkRequest> requestList = new LinkedList<ZLNetworkRequest>();
LinkedList<NetworkOperationData> dataList = new LinkedList<NetworkOperationData>();