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

Unified Diff: pkg/analysis_server/lib/src/plugin/server_plugin.dart

Issue 1156493004: Move index closer to the plugin API (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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/src/plugin/server_plugin.dart
diff --git a/pkg/analysis_server/lib/src/plugin/server_plugin.dart b/pkg/analysis_server/lib/src/plugin/server_plugin.dart
index 8bed905c730645b51d53ba9f425d22bc2cdb1676..be413c6f72de0a0fa40c7a7d791e11f955b7681f 100644
--- a/pkg/analysis_server/lib/src/plugin/server_plugin.dart
+++ b/pkg/analysis_server/lib/src/plugin/server_plugin.dart
@@ -148,7 +148,7 @@ class ServerPlugin implements Plugin {
* Return a list containing all of the index contributors that were
* contributed.
*/
- List<IndexContributor> get indexContributor =>
+ List<IndexContributor> get indexContributors =>
indexContributorExtensionPoint.extensions;
@override

Powered by Google App Engine
This is Rietveld 408576698