| Index: pkg/analysis_server/lib/plugin/assist.dart
|
| diff --git a/pkg/analysis_server/lib/plugin/assist.dart b/pkg/analysis_server/lib/plugin/assist.dart
|
| index f578c0defc914faeed6a04bc229b4b711932d370..393a479052d4cbfeda2fc6a92ef99d4fd6552497 100644
|
| --- a/pkg/analysis_server/lib/plugin/assist.dart
|
| +++ b/pkg/analysis_server/lib/plugin/assist.dart
|
| @@ -13,9 +13,8 @@ import 'package:analysis_server/src/plugin/server_plugin.dart';
|
| import 'package:plugin/plugin.dart';
|
|
|
| /**
|
| - * The identifier of the extension point that allows plugins to register new
|
| - * assist contributors with the server. The object used as an extension must be
|
| - * an [AssistContributor].
|
| + * The identifier of the extension point that allows plugins to register assist
|
| + * contributors. The object used as an extension must be an [AssistContributor].
|
| */
|
| final String ASSIST_CONTRIBUTOR_EXTENSION_POINT_ID = Plugin.join(
|
| ServerPlugin.UNIQUE_IDENTIFIER,
|
|
|