[analysis server] update the text for an error message

Change-Id: Ia7d6aded597409f1c5afabb06dc7c479ff9b4f44
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204624
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Devon Carew 2021-06-23 00:01:57 +00:00 committed by commit-bot@chromium.org
parent 1948bd6109
commit 4f5d4731c5

View file

@ -640,11 +640,11 @@ class DartFixKind {
static const REMOVE_THIS_EXPRESSION = FixKind(
'dart.fix.remove.thisExpression',
DartFixKindPriority.DEFAULT,
'Remove this expression');
"Remove 'this' expression");
static const REMOVE_THIS_EXPRESSION_MULTI = FixKind(
'dart.fix.remove.thisExpression.multi',
DartFixKindPriority.IN_FILE,
'Remove unnecessary this expressions everywhere in file');
"Remove unnecessary 'this' expressions everywhere in file");
static const REMOVE_TYPE_ANNOTATION = FixKind(
'dart.fix.remove.typeAnnotation',
DartFixKindPriority.DEFAULT,