Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: pkg/analysis_server/lib/plugin/edit/assist/assist_dart.dart

Issue 1409353002: Clean up wording of client usage expectations (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/lib/plugin/edit/assist/assist_dart.dart
diff --git a/pkg/analysis_server/lib/plugin/edit/assist/assist_dart.dart b/pkg/analysis_server/lib/plugin/edit/assist/assist_dart.dart
index 737b3c4230546868e91b42148c1ab394486f1f92..ccdc1235fe383b13eb7bb9d227b10e4a138068a1 100644
--- a/pkg/analysis_server/lib/plugin/edit/assist/assist_dart.dart
+++ b/pkg/analysis_server/lib/plugin/edit/assist/assist_dart.dart
@@ -13,9 +13,9 @@ import 'package:analyzer/src/generated/source.dart';
* An [AssistContributor] that can be used to contribute assists for Dart
* files.
*
- * Clients are expected to extend this class when implementing plugins.
+ * Clients may extend this class when implementing plugins.
*/
-abstract class DartAssistContributor extends AssistContributor {
+abstract class DartAssistContributor implements AssistContributor {
@override
List<Assist> computeAssists(
AnalysisContext context, Source source, int offset, int length) {
« no previous file with comments | « pkg/analysis_server/lib/plugin/edit/assist/assist_core.dart ('k') | pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698