=str add missing internal api marker

Noticed during demo on scala.world ;)
This commit is contained in:
Konrad Malawski 2015-09-22 18:00:19 +01:00
parent ae83053a64
commit 8a889de08d

View file

@ -25,6 +25,9 @@ object OverflowStrategy {
*/
private[akka] final case object DropBuffer extends OverflowStrategy
/**
* INTERNAL API
*/
private[akka] final case object DropNew extends OverflowStrategy
/**