summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Egnor <egnor@google.com> 2009-07-23 15:09:41 -0700
committer Dan Egnor <egnor@google.com> 2009-07-23 16:38:50 -0700
commitee756b3d024b36f9b004598f3b892ed8d4887a0e (patch)
treed24ca5768ca276d9e74bf3ea571c95e257996d14
parentb3167dc3e1f9c6d80863cee4a6808fd853f15ee2 (diff)
Make HttpDateTime public (but hidden), so the rest of us can use it
instead of SimpleDateTime (which is super slow).
-rw-r--r--core/java/android/webkit/HttpDateTime.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/webkit/HttpDateTime.java b/core/java/android/webkit/HttpDateTime.java
index 48b2081f8b07..00b2731d1468 100644
--- a/core/java/android/webkit/HttpDateTime.java
+++ b/core/java/android/webkit/HttpDateTime.java
@@ -23,7 +23,8 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
-class HttpDateTime {
+/** {@hide} */
+public final class HttpDateTime {
/*
* Regular expression for parsing HTTP-date.