Replace graph with operator in Scaladoc/Javadoc

This commit is contained in:
Richard S. Imaoka 2018-06-09 17:42:56 +09:00
parent 57615f1e88
commit 60eee84345
64 changed files with 394 additions and 394 deletions

View file

@ -100,7 +100,7 @@ object JavaFlowSupport {
* A `Sink` that materializes into a [[java.util.concurrent.Flow.Publisher]].
*
* If `fanout` is `WITH_FANOUT`, the materialized `Publisher` will support multiple `Subscriber`s and
* the size of the `inputBuffer` configured for this stage becomes the maximum number of elements that
* the size of the `inputBuffer` configured for this operator becomes the maximum number of elements that
* the fastest [[java.util.concurrent.Flow.Subscriber]] can be ahead of the slowest one before slowing
* the processing down due to back pressure.
*