Updated incorrect comment (#28825)

This commit is contained in:
Johan Andrén 2020-03-27 14:12:40 +01:00 committed by GitHub
parent 79b1cda615
commit 2a099e1306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,7 @@ import akka.util.ccompat.JavaConverters._
* Serializes Akka's internal DaemonMsgCreate using protobuf
* for the core structure of DaemonMsgCreate, Props and Deploy.
* Serialization of contained RouterConfig, Config, and Scope
* is done with configured serializer for those classes, by
* default java.io.Serializable.
* is done with configured serializer for those classes.
*
* INTERNAL API
*/