diff options
author | Narayan Kamath <narayan@google.com> | 2014-02-27 11:42:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-02-27 11:42:22 +0000 |
commit | dc22c51199c848e9eaca7081165d6d9b94cf3389 (patch) | |
tree | cfae4cce18c68598f869bc990c0b62c7feb3c888 /luni | |
parent | 25f9a3d57eeddd56d86f84c2bd27027b8e91d591 (diff) | |
parent | 68d78caff1997dd870f0265c1c642288aee6e653 (diff) | |
download | libcore-dc22c51199c848e9eaca7081165d6d9b94cf3389.zip libcore-dc22c51199c848e9eaca7081165d6d9b94cf3389.tar.gz libcore-dc22c51199c848e9eaca7081165d6d9b94cf3389.tar.bz2 |
Merge "Add a stub set24HourTimeFormat function for the framework."
Diffstat (limited to 'luni')
-rw-r--r-- | luni/src/main/java/java/text/DateFormat.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/luni/src/main/java/java/text/DateFormat.java b/luni/src/main/java/java/text/DateFormat.java index 00a282e..049ddf98 100644 --- a/luni/src/main/java/java/text/DateFormat.java +++ b/luni/src/main/java/java/text/DateFormat.java @@ -457,6 +457,12 @@ public abstract class DateFormat extends Format { } /** + * @hide for internal use only. + */ + public static final void set24HourTimePref(boolean is24Hour) { + } + + /** * Returns the {@code NumberFormat} used by this {@code DateFormat}. * * @return the {@code NumberFormat} used by this date format. |