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

Some logical changes to the fbreader/network core

Conflicts:

	TODO.SOAP
This commit is contained in:
Nikolay Pultsin 2011-02-05 19:42:48 +00:00
parent 97b9107ea4
commit 3bf2d0ef8b
9 changed files with 72 additions and 61 deletions

View file

@ -442,7 +442,7 @@ public class NetworkLibrary {
synchronized (myLinks) {
for (INetworkLink link : activeLinks()) {
final NetworkOperationData data = link.createOperationData(link, synchronizedListener);
final NetworkOperationData data = link.createOperationData(synchronizedListener);
final ZLNetworkRequest request = link.simpleSearchRequest(pattern, data);
if (request != null) {
dataList.add(data);