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 13ec04c58e fix `@since` on new classes (#2732)
13ec04c58e is described below
commit 13ec04c58ece6e853858bcc53056dd540eee0466
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Mar 16 16:33:42 2026 +0100
fix `@since` on new classes (#2732)
---
stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanIn.scala | 2 +-
.../src/main/scala/org/apache/pekko/stream/TypePreservingFanOut.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanIn.scala
b/stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanIn.scala
index a015f4d0e5..857f5b8d24 100644
--- a/stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanIn.scala
+++ b/stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanIn.scala
@@ -43,6 +43,6 @@ package org.apache.pekko.stream
* correct behavior for unknown or third-party fan-in strategies that may
transform
* the element type.
*
- * @since 1.2.0
+ * @since 1.5.0
*/
trait TypePreservingFanIn
diff --git
a/stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanOut.scala
b/stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanOut.scala
index f66f15be41..663819093a 100644
--- a/stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanOut.scala
+++ b/stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanOut.scala
@@ -39,6 +39,6 @@ package org.apache.pekko.stream
* correct behavior for unknown or third-party fan-out strategies that may
transform
* the element type.
*
- * @since 1.2.0
+ * @since 1.5.0
*/
trait TypePreservingFanOut
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]