1:84368d598c86 | 2:ef2c9a4942d8 |
---|---|
554 } | 554 } |
555 | 555 |
556 // Reminders | 556 // Reminders |
557 if (mReminders.size() > 0) { | 557 if (mReminders.size() > 0) { |
558 for (Object objComp : mReminders) { | 558 for (Object objComp : mReminders) { |
559 Component com = (Component) objComp; | 559 VAlarm com = (VAlarm) objComp; |
560 event.getAlarms().add(com); | 560 event.getAlarms().add(com); |
561 } | 561 } |
562 } | 562 } |
563 | 563 |
564 } catch (ParseException e) { | 564 } catch (ParseException e) { |