Mail Archive Home | sync4j-commits List | August 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Tuesday, August 26, 2008 @ 11:31:38
Author: mauro
Path: .../pim-framework/src/main/java/com/funambol/common/pim/converter
Modified: VCalendarContentConverter.java
Renamed convertToLocalDate into forceClientLocalTime.
--------------------------------+
VCalendarContentConverter.java | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index:
funambol/common/pim-framework/src/main/java/com/funambol/common/pim/converter/VCalendarContentConverter.java
diff -u
funambol/common/pim-framework/src/main/java/com/funambol/common/pim/converter/VCalendarContentConverter.java:1.19
funambol/common/pim-framework/src/main/java/com/funambol/common/pim/converter/VCalendarContentConverter.java:1.20
---
funambol/common/pim-framework/src/main/java/com/funambol/common/pim/converter/VCalendarContentConverter.java:1.19
Mon Aug 25 17:38:16 2008
+++
funambol/common/pim-framework/src/main/java/com/funambol/common/pim/converter/VCalendarContentConverter.java
Tue Aug 26 11:31:38 2008
@@ -68,7 +68,7 @@
* and from VCalendar to CalendarContent.
*
* @see Converter
- * @version $Id: VCalendarContentConverter.java,v 1.19 2008-08-25 15:38:16
mauro Exp $
+ * @version $Id: VCalendarContentConverter.java,v 1.20 2008-08-26 09:31:38
mauro Exp $
*/
public class VCalendarContentConverter extends VCalendarConverter {
@@ -135,11 +135,11 @@
*
* @param timezone the timezone to use in the conversion
* @param charset the charset
- * @param forceClientLocalTime true if the date must be converted in
local
- * time, false otherwise.
+ * @param forceClientLocalTime true if the date must be converted in the
+ * client local time, false otherwise.
*/
- public VCalendarContentConverter(TimeZone timezone, String charset,
boolean convertDateToLocal) {
- super(timezone, charset, convertDateToLocal);
+ public VCalendarContentConverter(TimeZone timezone, String charset,
boolean forceClientLocalTime) {
+ super(timezone, charset, forceClientLocalTime);
}
//----------------------------------------------------------- Public
Methods
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.