Index: sdk/lib/async/stream_pipe.dart |
diff --git a/sdk/lib/async/stream_pipe.dart b/sdk/lib/async/stream_pipe.dart |
index 0b4b6ab2cf4d7b1a3ebc90a04bb7258788ad917a..d124fdbabccd87d9266ecc457357868528240b05 100644 |
--- a/sdk/lib/async/stream_pipe.dart |
+++ b/sdk/lib/async/stream_pipe.dart |
@@ -48,11 +48,9 @@ _cancelAndError(StreamSubscription subscription, _FutureImpl future) => |
* [_handleDone] methods. Subclasses are supposed to add handling of some of |
* the events by overriding these methods. |
* |
- * This class is intended for internal use only. |
- */ |
-/** |
- * |
* Handles backwards propagation of subscription and pause. |
+ * |
+ * This class is intended for internal use only. |
*/ |
class _ForwardingStreamTransformer<S, T> implements StreamTransformer<S, T> { |
Stream<T> _stream; |