Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/android/Preferences.java

Issue 6002714978811904: Line endings, whitespace, imports and casts cleanup (Closed)
Patch Set: Created March 31, 2014, 1:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/org/adblockplus/android/Preferences.java
diff --git a/src/org/adblockplus/android/Preferences.java b/src/org/adblockplus/android/Preferences.java
index faabdb87c22b2c62d3b9bae57808ed196736e7f8..f33e410ab026f25f71f53bb6a6bd75b466c72e7b 100755
--- a/src/org/adblockplus/android/Preferences.java
+++ b/src/org/adblockplus/android/Preferences.java
@@ -241,7 +241,7 @@ public class Preferences extends SummarizedPreferences
}
unbindService(proxyServiceConnection);
proxyService = null;
-
+
hideConfigurationMsg();
}
@@ -507,7 +507,7 @@ public class Preferences extends SummarizedPreferences
/**
* Constructs and updates subscription status text.
- *
+ *
* @param text
* status message
* @param time
« no previous file with comments | « src/org/adblockplus/android/ConfigurationActivity.java ('k') | src/org/adblockplus/android/ProxyService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld