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

Unified Diff: pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_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/analysis/occurrences/occurrences_core.dart
diff --git a/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart b/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart
index eebf54ea562b3a63108e5e2f76f4abf7bae0ce61..ac56afd214e16866f0f8c7885ee859493ae4296f 100644
--- a/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart
+++ b/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences_core.dart
@@ -12,7 +12,7 @@ import 'package:analyzer/src/generated/source.dart' show Source;
/**
* An object that [OccurrencesContributor]s use to record occurrences into.
*
- * Clients are not expected to subtype this class.
+ * Clients may not extend, implement or mix-in this class.
*/
abstract class OccurrencesCollector {
/**
@@ -24,7 +24,7 @@ abstract class OccurrencesCollector {
/**
* An object used to produce occurrences.
*
- * Clients are expected to subtype this class when implementing plugins.
+ * Clients may implement this class when implementing plugins.
*/
abstract class OccurrencesContributor {
/**

Powered by Google App Engine
This is Rietveld 408576698