Chromium Code Reviews| Index: pkg/analysis_server/tool/spec/codegen_dart_protocol.dart |
| diff --git a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart |
| index 8ba3d320ee66e7a89de97e8b34eac4038e1db2fb..7c19071a4a35c6311412c73e600ef8d58a64dc01 100644 |
| --- a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart |
| +++ b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart |
| @@ -1227,12 +1227,12 @@ class ToJsonIdentity extends ToJsonSnippet { |
| class ToJsonSnippet extends ToJsonCode { |
| /** |
| * Callback that can be used to generate the code snippet, once the name |
| - * of the [value] variable is known. |
| + * of the [lexeme] variable is known. |
|
ahe
2017/03/10 07:26:10
Are you sure about the changes to this file?
danrubel
2017/03/11 22:10:37
Good catch. This file should not be changed. Fixed
|
| */ |
| final ToJsonSnippetCallback callback; |
| /** |
| - * Dart type of the [value] variable. |
| + * Dart type of the [lexeme] variable. |
| */ |
| final String type; |