1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Astyling recent change

This commit is contained in:
danapple 2011-02-27 11:10:32 -06:00
parent f0a8d2edee
commit 807f85d38e

View File

@ -75,11 +75,10 @@ public class DateFormatter {
return sChosenFormat; return sChosenFormat;
} }
public static void clearChosenFormat() public static void clearChosenFormat() {
{
sChosenFormat = null; sChosenFormat = null;
} }
public static DateFormat getDateFormat(Context context) { public static DateFormat getDateFormat(Context context) {
String formatString = getFormat(context); String formatString = getFormat(context);
return getDateFormat(context, formatString); return getDateFormat(context, formatString);