Internal marker for error messages

This commit is contained in:
Christopher Batey 2019-04-05 08:17:47 +01:00
parent fbcb8c9f33
commit 656f88aaf2

View file

@ -4,6 +4,9 @@
package akka.util package akka.util
object ErrorMessages { /**
* INTERNAL API
*/
private[akka] object ErrorMessages {
val RemoteDeploymentConfigErrorPrefix = "configuration requested remote deployment" val RemoteDeploymentConfigErrorPrefix = "configuration requested remote deployment"
} }