am 8752159c
: Fix critical typo in CalendarSyncAdapter
Merge commit '8752159c7d081e7ea4d870ae29de6e58da7d50be' into froyo-plus-aosp * commit '8752159c7d081e7ea4d870ae29de6e58da7d50be': Fix critical typo in CalendarSyncAdapter
This commit is contained in:
commit
ff1af29767
@ -131,7 +131,7 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter {
|
|||||||
private final TimeZone mLocalTimeZone = TimeZone.getDefault();
|
private final TimeZone mLocalTimeZone = TimeZone.getDefault();
|
||||||
|
|
||||||
// Change this to use the constant in Calendar, when that constant is defined
|
// Change this to use the constant in Calendar, when that constant is defined
|
||||||
private static final String EVENT_TIMEZONE2_COLUMN = "eventTimeZone2";
|
private static final String EVENT_TIMEZONE2_COLUMN = "eventTimezone2";
|
||||||
|
|
||||||
private long mCalendarId = -1;
|
private long mCalendarId = -1;
|
||||||
private String mCalendarIdString;
|
private String mCalendarIdString;
|
||||||
|
Loading…
Reference in New Issue
Block a user