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

Unified Diff: pkg/analysis_server/lib/plugin/edit/fix/fix_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/fix/fix_dart.dart
diff --git a/pkg/analysis_server/lib/plugin/edit/fix/fix_dart.dart b/pkg/analysis_server/lib/plugin/edit/fix/fix_dart.dart
index efcdcab34fa2e36a38b4dfaf06646742c19fd948..54baa7c3d458a93d7112e9abe0c1a4bc92f1f90d 100644
--- a/pkg/analysis_server/lib/plugin/edit/fix/fix_dart.dart
+++ b/pkg/analysis_server/lib/plugin/edit/fix/fix_dart.dart
@@ -15,9 +15,9 @@ import 'package:analyzer/src/generated/source.dart';
* A [FixContributor] that can be used to contribute fixes for errors in Dart
* files.
*
- * Clients are expected to extend this class when implementing plugins.
+ * Clients may extend this class when implementing plugins.
*/
-abstract class DartFixContributor extends FixContributor {
+abstract class DartFixContributor implements FixContributor {
@override
List<Fix> computeFixes(ResourceProvider resourceProvider,
AnalysisContext context, AnalysisError error) {

Powered by Google App Engine
This is Rietveld 408576698