This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 6945a170ab update scaladoc for QueueOfferResult.scala (#1455)
6945a170ab is described below
commit 6945a170ab3f2b17450a3a20006a668390e13758
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Aug 27 13:11:17 2024 +0100
update scaladoc for QueueOfferResult.scala (#1455)
* update scaladoc for QueueOfferResult.scala
* scalafmt
---
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..0b4e70b5e5 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]