Make HttpDateTime public (but hidden), so the rest of us can use it
instead of SimpleDateTime (which is super slow).
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user