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

Unified Diff: pkg/analysis_server/lib/edit/fix/fix_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
« no previous file with comments | « pkg/analysis_server/lib/edit/fix/fix_core.dart ('k') | pkg/analysis_server/lib/plugin/completion.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/edit/fix/fix_dart.dart
diff --git a/pkg/analysis_server/lib/edit/fix/fix_dart.dart b/pkg/analysis_server/lib/edit/fix/fix_dart.dart
index cfdd6b973403cf89b054200874dc1d753097caa4..0e559e48bd5396985844237b0c7ec736a284ccda 100644
--- a/pkg/analysis_server/lib/edit/fix/fix_dart.dart
+++ b/pkg/analysis_server/lib/edit/fix/fix_dart.dart
@@ -13,6 +13,8 @@ import 'package:analyzer/src/generated/source.dart';
/**
* A [FixContributor] that can be used to contribute fixes for errors in Dart
* files.
+ *
+ * Clients are expected to subtype this class when implementing plugins.
*/
abstract class DartFixContributor extends FixContributor {
@override
« no previous file with comments | « pkg/analysis_server/lib/edit/fix/fix_core.dart ('k') | pkg/analysis_server/lib/plugin/completion.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698