| Index: pkg/analysis_server/lib/src/domain_context.dart
|
| diff --git a/pkg/analysis_server/lib/src/domain_context.dart b/pkg/analysis_server/lib/src/domain_context.dart
|
| index 46ad6fa62c782fcd1858cc39e9242081b458fc0d..07e356758d1782c321383ec79a8c76bca599436a 100644
|
| --- a/pkg/analysis_server/lib/src/domain_context.dart
|
| +++ b/pkg/analysis_server/lib/src/domain_context.dart
|
| @@ -12,6 +12,8 @@ import 'package:analyzer/src/generated/source.dart';
|
| /**
|
| * Instances of the class [ContextDomainHandler] implement a [RequestHandler]
|
| * that handles requests in the context domain.
|
| + *
|
| + * TODO(scheglov) this class is replaces with [AnalysisDomainHandler].
|
| */
|
| class ContextDomainHandler implements RequestHandler {
|
| /**
|
|
|