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

Unified Diff: pkg/analysis_server/lib/plugin/analysis/navigation/navigation_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/navigation/navigation_core.dart
diff --git a/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart b/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
index 4626ffa83019fa9391f12499616d98e8b97026fa..dea288bc2edf5f9ee9ad56a268871b85f88c6f86 100644
--- a/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
+++ b/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
@@ -12,7 +12,7 @@ import 'package:analyzer/src/generated/source.dart' show Source;
/**
* An object that [NavigationContributor]s use to record navigation regions.
*
- * Clients are not expected to subtype this class.
+ * Clients may not extend, implement or mix-in this class.
*/
abstract class NavigationCollector {
/**
@@ -26,7 +26,7 @@ abstract class NavigationCollector {
/**
* An object used to produce navigation regions.
*
- * Clients are expected to subtype this class when implementing plugins.
+ * Clients may implement this class when implementing plugins.
*/
abstract class NavigationContributor {
/**

Powered by Google App Engine
This is Rietveld 408576698