172173174175176177178179180181182
{ public void run(@NotNull ProgressIndicator indicator) { try { fileAnnotationRef.set(annotationProvider.annotate(file)); } catch (VcsException e) { exceptionRef.set(e); }
157158159160161162163164165166167