Scaladoc: Change untyped to classic - General Typed docs cleanup after all API changes #24717 (#27622)

This commit is contained in:
Helena Edelson 2019-09-04 07:10:57 -07:00 committed by GitHub
parent aca63ea198
commit 7e84d242ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 21 additions and 21 deletions

View file

@ -62,7 +62,7 @@ class DistributedData(system: ExtendedActorSystem) extends Extension {
}
/**
* Cluster non-specific (typed vs untyped) wrapper for [[akka.cluster.UniqueAddress]].
* Cluster non-specific (typed vs classic) wrapper for [[akka.cluster.UniqueAddress]].
*/
@SerialVersionUID(1L)
final case class SelfUniqueAddress(uniqueAddress: UniqueAddress)