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

formatting cleanup

This commit is contained in:
Nikolay Pultsin 2012-04-18 03:27:07 +01:00
parent 6aa822b126
commit 9db7ec0a18
11 changed files with 47 additions and 47 deletions

View file

@ -66,7 +66,7 @@ public class AuthenticationActivity extends Activity {
static final String PASSWORD_KEY = "password";
static final String ERROR_KEY = "error";
static final String CUSTOM_AUTH_KEY = "customAuth";
static void initCredentialsCreator(Context context) {
final ZLNetworkManager manager = ZLNetworkManager.Instance();
if (manager.getCredentialsCreator() == null) {