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

Commit 97c747b8 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8406

* changes:
  Make HttpDateTime public (but hidden), so the rest of us can use it instead of SimpleDateTime (which is super slow).
parents 2b067451 ee756b3d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.