Skip to content

Commit 6554692

Browse files
committed
Add comment.
1 parent 6090dec commit 6554692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Core/UI/Inspections/InspectionResultsViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ private void HandleStateChanged(object sender, ParserStateEventArgs e)
431431
private async void RefreshInspections(CancellationToken token)
432432
{
433433
var stopwatch = Stopwatch.StartNew();
434+
// TODO sort out busy state.
434435
IsBusy = true;
435436

436437
List<IInspectionResult> results;

0 commit comments

Comments
 (0)