#19777 OutputTruncation should be only reported if there is proof of it

This commit is contained in:
Endre Sándor Varga 2016-03-31 12:43:38 +02:00
parent 982243b49a
commit 4b76e32058
7 changed files with 40 additions and 94 deletions

View file

@ -28,7 +28,7 @@ import scala.compat.java8.FutureConverters._
* a Reactive Streams `Publisher` (at least conceptually).
*/
final class Source[+Out, +Mat](private[stream] override val module: Module)
extends FlowOpsMat[Out, Mat] with Graph[SourceShape[Out], Mat] {
extends FlowOpsMat[Out, Mat] with Graph[SourceShape[Out], Mat] {
override type Repr[+O] = Source[O, Mat @uncheckedVariance]
override type ReprMat[+O, +M] = Source[O, M]