summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/Constants.java
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-01-20 10:08:46 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-01-20 10:08:46 -0800
commitc6f5aad265cfc36a64cd2bdb5adf3cc9736bbd80 (patch)
tree2d90fcef05fa11b09532bd4b8f7e5238c15b643c /src/com/android/providers/downloads/Constants.java
parent326eef4b7f89ca56a86493ddc756f98c67ffe863 (diff)
downloadandroid_packages_providers_DownloadProvider-c6f5aad265cfc36a64cd2bdb5adf3cc9736bbd80.tar.gz
android_packages_providers_DownloadProvider-c6f5aad265cfc36a64cd2bdb5adf3cc9736bbd80.tar.bz2
android_packages_providers_DownloadProvider-c6f5aad265cfc36a64cd2bdb5adf3cc9736bbd80.zip
Match the official code style guide.
This fixes a number of style violations that weren't caught by automated tools and brings those files closer to compliance with the official style guide for this language.
Diffstat (limited to 'src/com/android/providers/downloads/Constants.java')
-rw-r--r--src/com/android/providers/downloads/Constants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/providers/downloads/Constants.java b/src/com/android/providers/downloads/Constants.java
index cffda04a..c4da326a 100644
--- a/src/com/android/providers/downloads/Constants.java
+++ b/src/com/android/providers/downloads/Constants.java
@@ -29,7 +29,7 @@ public class Constants {
public static final String TAG = "DownloadManager";
/** The column that used to be used for the HTTP method of the request */
- public static final String RETRY_AFTER___REDIRECT_COUNT = "method";
+ public static final String RETRY_AFTER_X_REDIRECT_COUNT = "method";
/** The column that used to be used for the magic OTA update filename */
public static final String OTA_UPDATE = "otaupdate";