Cleanup various warnings in akka-stream #26395
This commit is contained in:
parent
c3806c9135
commit
51add23b2a
20 changed files with 44 additions and 60 deletions
|
|
@ -626,7 +626,7 @@ final class IOSettings private (val tcpWriteBufferSize: Int) {
|
|||
|
||||
def withTcpWriteBufferSize(value: Int): IOSettings = copy(tcpWriteBufferSize = value)
|
||||
|
||||
private def copy(tcpWriteBufferSize: Int = tcpWriteBufferSize): IOSettings = new IOSettings(
|
||||
private def copy(tcpWriteBufferSize: Int): IOSettings = new IOSettings(
|
||||
tcpWriteBufferSize = tcpWriteBufferSize)
|
||||
|
||||
override def equals(other: Any): Boolean = other match {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue