Fix akka-actor-typed scaladoc

This commit is contained in:
Arnout Engelen 2019-04-17 10:42:22 +02:00
parent 306187046f
commit aaa77399d0
No known key found for this signature in database
GPG key ID: BB8C0F854A1E2105

View file

@ -31,7 +31,7 @@ trait ExtensionsImpl extends Extensions { self: ActorSystem[_] =>
*/
@InternalApi private[akka] def loadExtensions(): Unit = {
/**
/*
* @param throwOnLoadFail Throw exception when an extension fails to load (needed for backwards compatibility)
*/
def loadExtensions(key: String, throwOnLoadFail: Boolean): Unit = {