Details
Description
- Make class as final.
- Add a private constructor.
- Make the following public static variables as private
public static final TimeZone GMT_TIMEZONE = TimeZone.getTimeZone("GMT"); public static final String RFC1123_DATE_FORMAT = "EEE, dd MMM yyyy HH:mm:ss zzz";
- Add getRFC1123DateFormat() and replace use of WebDavUtil.RFC1123_DATE_FORMAT from class 'ICalWorker'