throw new OperationCanceledException();
}
logEntryCache = changeLogRepositoryMap.getCache();
Date date1 = changeLogRepositoryMap.getCacheDate();
Date date2 = new Date();
CVSTag tag1 = null;
CVSTag tag2 = null;
if (date1 != null) {
tag1 = new CVSTag(date1);
tag2 = new CVSTag(date2);
}
ICVSRemoteResource[] remoteArray = remoteResources.toArray(new ICVSRemoteResource[remoteResources.size()]);
if (tag1 != null && tag2 != null) {
rLogOperation = new RemoteLogOperation(workbenchPart, remoteArray, tag1, tag2, logEntryCache);
} else {