This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 5e91f070447d4f27e6f966ef3a450da7dbd3d9d3 Author: PJ Fanning <[email protected]> AuthorDate: Tue Aug 27 11:27:24 2024 +0100 update scaladoc for QueueOfferResult.scala --- stream/src/main/scala/org/apache/pekko/stream/QueueOfferResult.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stream/src/main/scala/org/apache/pekko/stream/QueueOfferResult.scala b/stream/src/main/scala/org/apache/pekko/stream/QueueOfferResult.scala index 4fbde009ff..db3739f993 100644 --- a/stream/src/main/scala/org/apache/pekko/stream/QueueOfferResult.scala +++ b/stream/src/main/scala/org/apache/pekko/stream/QueueOfferResult.scala @@ -79,6 +79,8 @@ object QueueOfferResult { /** * Java API: The `QueueClosed` singleton instance + * + * @since 1.1.0 */ def closed: QueueOfferResult = QueueClosed } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
