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

Unified Diff: pkg/analyzer_plugin/lib/protocol/protocol.dart

Issue 2844273003: Unify the server and plugin versions of the generators (Closed)
Patch Set: add missed files Created 3 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/tool/spec/implied_types.dart ('k') | pkg/analyzer_plugin/tool/spec/api.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/lib/protocol/protocol.dart
diff --git a/pkg/analyzer_plugin/lib/protocol/protocol.dart b/pkg/analyzer_plugin/lib/protocol/protocol.dart
index c5403f5cca54ddc9b03d1012f09c6df2e7651b7b..1d4399da5a06a2d1c1d1bd4f1de406e4d8249561 100644
--- a/pkg/analyzer_plugin/lib/protocol/protocol.dart
+++ b/pkg/analyzer_plugin/lib/protocol/protocol.dart
@@ -44,7 +44,7 @@ class Notification {
* A table mapping the names of notification parameters to their values, or
* `null` if there are no notification parameters.
*/
- Map<String, Object> params;
+ final Map<String, Object> params;
/**
* Initialize a newly created [Notification] to have the given [event] name.
« no previous file with comments | « pkg/analysis_server/tool/spec/implied_types.dart ('k') | pkg/analyzer_plugin/tool/spec/api.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698