Skip to content

Commit

Permalink
chore: Fix GraphApply.scala.template
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Dec 25, 2023
1 parent 417196f commit 0bbc93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ trait GraphApply {
*
* Deprecated: this method signature does not work with Scala 3 type inference, kept for binary compatibility. Use createGraph instead.
*/
@deprecated("Use createGraph instead", "Akka 2.6.16")
@deprecated("Use createGraph instead", "Akka ##2.6.##16")
def create[S <: Shape, Mat, [#M1#]]([#g1: Graph[Shape, M1]#])(combineMat: ([#M1#]) => Mat)(buildBlock: GraphDSL.Builder[Mat] => ([#g1.Shape#]) => S): Graph[S, Mat] = {
val builder = new GraphDSL.Builder
val curried = combineMat.curried
Expand Down

0 comments on commit 0bbc93c

Please sign in to comment.