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

Unified Diff: pkg/analysis_server/lib/protocol/protocol_generated.dart

Issue 2960073002: Generate constants in server as we do in plugin (Closed)
Patch Set: improve names Created 3 years, 6 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/protocol/protocol_generated.dart
diff --git a/pkg/analysis_server/lib/protocol/protocol_generated.dart b/pkg/analysis_server/lib/protocol/protocol_generated.dart
index 52637211fc82caf6a34403cca4354483acfc3ee0..8f14c4164ba1238ccf8bf07081eb7e79a48bda50 100644
--- a/pkg/analysis_server/lib/protocol/protocol_generated.dart
+++ b/pkg/analysis_server/lib/protocol/protocol_generated.dart
@@ -7597,12 +7597,12 @@ class EditListPostfixCompletionTemplatesResult implements ResponseResult {
List<PostfixTemplateDescriptor> _templates;
/**
- * The list of available template.
+ * The list of available templates.
*/
List<PostfixTemplateDescriptor> get templates => _templates;
/**
- * The list of available template.
+ * The list of available templates.
*/
void set templates(List<PostfixTemplateDescriptor> value) {
assert(value != null);
« no previous file with comments | « pkg/analysis_server/lib/protocol/protocol_constants.dart ('k') | pkg/analysis_server/lib/src/constants.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698