pjfanning commented on code in PR #3295:
URL: https://github.com/apache/pekko/pull/3295#discussion_r3525543528
##########
stream/src/main/scala/org/apache/pekko/stream/impl/io/InputStreamSinkStage.scala:
##########
@@ -13,7 +13,7 @@
package org.apache.pekko.stream.impl.io
-import java.io.{ IOException, InputStream }
+import java.io.{ IOException, InputStream => JavaInputStream }
Review Comment:
why do we need to name InputStream as JavaInputStream?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]