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:
Dan Egnor
2009-07-23 15:09:41 -07:00
parent b3167dc3e1
commit ee756b3d02

View File

@@ -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.