Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee756b3d authored by Dan Egnor's avatar Dan Egnor
Browse files

Make HttpDateTime public (but hidden), so the rest of us can use it

instead of SimpleDateTime (which is super slow).
parent b3167dc3
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,8 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.regex.Pattern;




class HttpDateTime {
/** {@hide} */
public final class HttpDateTime {


    /*
    /*
     * Regular expression for parsing HTTP-date.
     * Regular expression for parsing HTTP-date.