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

Unified Diff: pkg/analysis_server/lib/edit/assist/assist_dart.dart

Issue 1084793006: Add file missed in previous CL and comment clean-up (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/edit/assist/assist_dart.dart
diff --git a/pkg/analysis_server/lib/edit/assist/assist_dart.dart b/pkg/analysis_server/lib/edit/assist/assist_dart.dart
index 19f6ff18f24d94e5991e140d5b3fedc70522b3ed..ec6718c27b690f66708621f4b781313609444baf 100644
--- a/pkg/analysis_server/lib/edit/assist/assist_dart.dart
+++ b/pkg/analysis_server/lib/edit/assist/assist_dart.dart
@@ -12,6 +12,8 @@ import 'package:analyzer/src/generated/source.dart';
/**
* An [AssistContributor] that can be used to contribute assists for Dart
* files.
+ *
+ * Clients are expected to subtype this class when implementing plugins.
*/
abstract class DartAssistContributor extends AssistContributor {
@override
« no previous file with comments | « pkg/analysis_server/lib/edit/assist/assist_core.dart ('k') | pkg/analysis_server/lib/edit/fix/fix_core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698