1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

rename getCalendarEtag to getCalendarCtag

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@273 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-01-02 23:17:04 +00:00
parent 23549bfcac
commit b6956d5853

View File

@ -1071,7 +1071,7 @@ public class ExchangeSession {
return wdr.getStatusCode();
}
public String getCalendarEtag() throws IOException {
public String getCalendarCtag() throws IOException {
String etag = null;
Enumeration calendarEnum = wdr.propfindMethod(calendarUrl, 0);
if (!calendarEnum.hasMoreElements()) {