Fix warnings in akka-remote (#26735)

This commit is contained in:
Arnout Engelen 2019-04-16 20:26:09 +02:00 committed by GitHub
parent 8dd6f790bd
commit e390f1397b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 352 additions and 293 deletions

View file

@ -26,6 +26,7 @@ import akka.util.ccompat._
* will be created for each encoder and decoder. It's only called from the operator, so if it doesn't
* delegate to any shared instance it doesn't have to be thread-safe.
*/
@ccompatUsedUntil213
abstract class RemoteInstrument {
/**