| Index: pkg/analysis_server/lib/src/protocol.dart
|
| diff --git a/pkg/analysis_server/lib/src/protocol.dart b/pkg/analysis_server/lib/src/protocol.dart
|
| index 8fbec363a01cce3d3143790051630f78c8ed6ae9..7c14b37b5bc041053556559dbddc9f912fdae804 100644
|
| --- a/pkg/analysis_server/lib/src/protocol.dart
|
| +++ b/pkg/analysis_server/lib/src/protocol.dart
|
| @@ -327,8 +327,8 @@ class Response {
|
| }
|
|
|
| /**
|
| - * Instances of the class [RequestError] represent information about an error that
|
| - * occurred while attempting to respond to a [Request].
|
| + * Instances of the class [RequestError] represent information about an error
|
| + * that occurred while attempting to respond to a [Request].
|
| */
|
| class RequestError {
|
| /**
|
|
|