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

Unified Diff: pkg/analysis_server/lib/plugin/edit/fix/fix_core.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_core.dart
diff --git a/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart b/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
index 1bdfc384b421ab17f1b402b1dfd0e2358479c5bf..123fa246139ea27d3fd1e93178aa4a7f6e7a7095 100644
--- a/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
+++ b/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
@@ -13,7 +13,7 @@ import 'package:analyzer/src/generated/error.dart';
/**
* A description of a single proposed fix for some problem.
*
- * Clients are not expected to subtype this class.
+ * Clients may not extend, implement or mix-in this class.
*/
class Fix {
/**
@@ -55,7 +55,7 @@ class Fix {
* long-lived objects and must not retain any state between invocations of
* [computeFixes].
*
- * Clients are expected to subtype this class when implementing plugins.
+ * Clients may implement this class when implementing plugins.
*/
abstract class FixContributor {
/**
@@ -74,7 +74,7 @@ abstract class FixContributor {
* a single file, then there will be multiple fixes, one per occurance, but they
* will all share the same kind.
*
- * Clients are not expected to subtype this class.
+ * Clients may not extend, implement or mix-in this class.
*/
class FixKind {
/**
« no previous file with comments | « pkg/analysis_server/lib/plugin/edit/assist/assist_dart.dart ('k') | pkg/analysis_server/lib/plugin/edit/fix/fix_dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698