| Index: pkg/analysis_services/lib/src/generated/proposal.dart
|
| diff --git a/pkg/analysis_services/lib/src/generated/proposal.dart b/pkg/analysis_services/lib/src/generated/proposal.dart
|
| index 4e7f8424c6a938003592a232fa422b70823b2bf0..264beac4cf7945121c77bfeee4855bc96bc232dd 100644
|
| --- a/pkg/analysis_services/lib/src/generated/proposal.dart
|
| +++ b/pkg/analysis_services/lib/src/generated/proposal.dart
|
| @@ -238,7 +238,7 @@ class CorrectionProposal {
|
| String _name;
|
|
|
| CorrectionProposal(this.kind, List<Object> arguments) {
|
| - this._name = JavaString.format(kind.message, arguments);
|
| + this._name = formatList(kind.message, arguments);
|
| }
|
|
|
| /**
|
|
|