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

formatting rollback

This commit is contained in:
Nikolay Pultsin 2011-12-15 03:02:32 +00:00
parent bee3d3afe1
commit ea425103c9
3 changed files with 1 additions and 2 deletions

View file

@ -304,4 +304,3 @@ public class AuthenticationActivity extends Activity {
super.onPause(); super.onPause();
} }
} }

View file

@ -91,7 +91,6 @@ public abstract class Util implements UserRegistrationConstants {
} }
public static void runAuthenticationDialog(Activity activity, INetworkLink link, Runnable onSuccess) { public static void runAuthenticationDialog(Activity activity, INetworkLink link, Runnable onSuccess) {
final NetworkAuthenticationManager mgr = link.authenticationManager(); final NetworkAuthenticationManager mgr = link.authenticationManager();
final Intent intent = intentByLink(new Intent(activity, AuthenticationActivity.class), link); final Intent intent = intentByLink(new Intent(activity, AuthenticationActivity.class), link);

View file

@ -99,6 +99,7 @@ public class OPDSCustomNetworkLink extends OPDSNetworkLink implements ICustomNet
public void reloadInfo(final boolean urlsOnly) throws ZLNetworkException { public void reloadInfo(final boolean urlsOnly) throws ZLNetworkException {
final LinkedList<String> opensearchDescriptionURLs = new LinkedList<String>(); final LinkedList<String> opensearchDescriptionURLs = new LinkedList<String>();
final List<OpenSearchDescription> descriptions = Collections.synchronizedList(new LinkedList<OpenSearchDescription>()); final List<OpenSearchDescription> descriptions = Collections.synchronizedList(new LinkedList<OpenSearchDescription>());
ZLNetworkException error = null; ZLNetworkException error = null;
try { try {
ZLNetworkManager.Instance().perform(new ZLNetworkRequest(getUrl(UrlInfo.Type.Catalog)) { ZLNetworkManager.Instance().perform(new ZLNetworkRequest(getUrl(UrlInfo.Type.Catalog)) {