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

Unified Diff: pkg/analysis_server/lib/plugin/edit/utilities/change_builder_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/utilities/change_builder_core.dart
diff --git a/pkg/analysis_server/lib/plugin/edit/utilities/change_builder_core.dart b/pkg/analysis_server/lib/plugin/edit/utilities/change_builder_core.dart
index 8895f0e33d9c83aa0a2c9bc1f178061ca49c8a12..8c357433bbe276abfcfbf2365ce05ff20dc521da 100644
--- a/pkg/analysis_server/lib/plugin/edit/utilities/change_builder_core.dart
+++ b/pkg/analysis_server/lib/plugin/edit/utilities/change_builder_core.dart
@@ -11,7 +11,7 @@ import 'package:analyzer/src/generated/source.dart';
/**
* A builder used to build a [SourceChange].
*
- * Clients are not expected to subtype this class.
+ * Clients may not extend, implement or mix-in this class.
*/
abstract class ChangeBuilder {
/**
@@ -37,7 +37,7 @@ abstract class ChangeBuilder {
/**
* A builder used to build a [SourceEdit] as part of a [SourceFileEdit].
*
- * Clients are not expected to subtype this class.
+ * Clients may not extend, implement or mix-in this class.
*/
abstract class EditBuilder {
/**
@@ -64,7 +64,7 @@ abstract class EditBuilder {
/**
* A builder used to build a [SourceFileEdit] within a [SourceChange].
*
- * Clients are not expected to subtype this class.
+ * Clients may not extend, implement or mix-in this class.
*/
abstract class FileEditBuilder {
/**
@@ -97,7 +97,7 @@ abstract class FileEditBuilder {
/**
* A builder used to build a [LinkedEdit] region within an edit.
*
- * Clients are not expected to subtype this class.
+ * Clients may not extend, implement or mix-in this class.
*/
abstract class LinkedEditBuilder {
/**

Powered by Google App Engine
This is Rietveld 408576698