Scaladoc improvements (#27929)
* private[akka] visibility on some internal classes * found via unidoc * fix Scaladoc links
This commit is contained in:
parent
544c5fa17c
commit
bb6d6365b1
48 changed files with 159 additions and 162 deletions
|
|
@ -549,7 +549,7 @@ class InterpreterSpec extends StreamSpec with GraphInterpreterSpecKit {
|
|||
}
|
||||
|
||||
/**
|
||||
* Called when the output port has received a pull, and therefore ready to emit an element, i.e. [[GraphStageLogic.push()]]
|
||||
* Called when the output port has received a pull, and therefore ready to emit an element, i.e. [[GraphStageLogic.push]]
|
||||
* is now allowed to be called on this port.
|
||||
*/
|
||||
override def onPull(): Unit = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue