| Index: pkg/analysis_server/lib/src/services/correction/util.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/correction/util.dart b/pkg/analysis_server/lib/src/services/correction/util.dart
|
| index aced40e8b0bdf04383cb2ca4960990e801bcb881..1e9579b8c1771bb77998798498f2a3f8ea1ba417 100644
|
| --- a/pkg/analysis_server/lib/src/services/correction/util.dart
|
| +++ b/pkg/analysis_server/lib/src/services/correction/util.dart
|
| @@ -72,7 +72,7 @@ String findAbsoluteUri(AnalysisContext context, String path) {
|
|
|
|
|
| /**
|
| - * TODO(scheglov) replace with nodes once there will be [CompilationUnit#getComments].
|
| + * TODO(scheglov) replace with nodes once there will be [CompilationUnit.getComments].
|
| *
|
| * Returns [SourceRange]s of all comments in [unit].
|
| */
|
|
|