=str add missing internal api marker
Noticed during demo on scala.world ;)
This commit is contained in:
parent
ae83053a64
commit
8a889de08d
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ object OverflowStrategy {
|
|||
*/
|
||||
private[akka] final case object DropBuffer extends OverflowStrategy
|
||||
|
||||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
private[akka] final case object DropNew extends OverflowStrategy
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue