| Index: sdk/lib/io/http.dart
|
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
|
| index e53f307a5dfc0acf3295b3cb4f16a717a1626da4..74fe95e58716d3c7e69ca3485c89ceabdb60abec 100644
|
| --- a/sdk/lib/io/http.dart
|
| +++ b/sdk/lib/io/http.dart
|
| @@ -948,7 +948,6 @@ abstract class HttpClientRequest
|
| * HTTP response for a client connection. The [HttpClientResponse] is a
|
| * [Stream] of the body content of the response. Listen to the body to handle
|
| * the data and be notified once the entire body is received.
|
| -
|
| */
|
| abstract class HttpClientResponse implements Stream<List<int>> {
|
| /**
|
|
|