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:
parent
85df6a5e84
commit
8001a37cec
11 changed files with 18 additions and 30 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue