| Index: sdk/lib/async/stream.dart
|
| diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart
|
| index b722e46e371a06ed4422ce711c4d3492ae0d408d..aca62a940e68ae93dad15012cac18ff8ce62239d 100644
|
| --- a/sdk/lib/async/stream.dart
|
| +++ b/sdk/lib/async/stream.dart
|
| @@ -1341,8 +1341,6 @@ abstract class StreamTransformer<S, T> {
|
| * This wraps a [Stream] and a subscription on the stream. It listens
|
| * on the stream, and completes the future returned by [moveNext] when the
|
| * next value becomes available.
|
| - *
|
| - * NOTICE: This is a tentative design. This class may change.
|
| */
|
| abstract class StreamIterator<T> {
|
|
|
|
|