/* (non-Javadoc)
  * @see org.eclipse.team.ui.synchronize.SyncInfoSetChangeSetCollector#reset(org.eclipse.team.core.synchronize.SyncInfoSet)
  */
 public void reset(SyncInfoSet seedSet) {
   // Notify that handler to stop any fetches in progress
   LogEntryCacheUpdateHandler handler = getLogEntryHandler();
   if (handler != null) {
     handler.stopFetching();
   }
   super.reset(seedSet);
 }