ProjectUtil.getValidOpenProjects(subRepo),
new SubProgressMonitor(refreshMonitor, 1));
else
refreshMonitor.worked(1);
}
refreshMonitor.done();
} catch (GitAPIException e) {
throw new TeamException(e.getLocalizedMessage(),
e.getCause());
} catch (IOException e) {
throw new TeamException(e.getLocalizedMessage(),