Remove catchall silents from prod code (#27432)
* WIP * Remove catch all silent annocations from prod code
This commit is contained in:
parent
e898197bdd
commit
89e269d5d8
110 changed files with 255 additions and 258 deletions
|
|
@ -204,7 +204,7 @@ private[io] abstract class TcpConnection(val tcp: TcpExt, val channel: SocketCha
|
|||
// AUXILIARIES and IMPLEMENTATION
|
||||
|
||||
/** used in subclasses to start the common machinery above once a channel is connected */
|
||||
@silent
|
||||
@silent("deprecated")
|
||||
def completeConnect(
|
||||
registration: ChannelRegistration,
|
||||
commander: ActorRef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue