Skip to content

Commit

Permalink
refactor(Handler): Deprecation message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrouk committed Feb 9, 2021
1 parent 35f0fe2 commit 642eb22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/FunctionalClosures/Handler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Handler<Input> {
}

@available(*, deprecated, message: """
This API is not stable yet and may change (or may not), \
This API will be removed, \
consider using redeclaration with `(Input) -> Output` signature function. \
Feel free to discuss the API here \
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
Expand Down Expand Up @@ -92,7 +92,7 @@ public class Handler2<T0, T1> {
}

@available(*, deprecated, message: """
This API is not stable yet and may change (or may not), \
This API will be removed, \
consider using redeclaration with `(Input) -> Output` signature function. \
Feel free to discuss the API here \
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
Expand Down Expand Up @@ -160,7 +160,7 @@ public class Handler3<T0, T1, T2> {
}

@available(*, deprecated, message: """
This API is not stable yet and may change (or may not), \
This API will be removed, \
consider using redeclaration with `(Input) -> Output` signature function. \
Feel free to discuss the API here \
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
Expand Down Expand Up @@ -228,7 +228,7 @@ public class Handler4<T0, T1, T2, T3> {
}

@available(*, deprecated, message: """
This API is not stable yet and may change (or may not), \
This API will be removed, \
consider using redeclaration with `(Input) -> Output` signature function. \
Feel free to discuss the API here \
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
Expand Down Expand Up @@ -296,7 +296,7 @@ public class Handler5<T0, T1, T2, T3, T4> {
}

@available(*, deprecated, message: """
This API is not stable yet and may change (or may not), \
This API will be removed, \
consider using redeclaration with `(Input) -> Output` signature function. \
Feel free to discuss the API here \
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
Expand Down

0 comments on commit 642eb22

Please sign in to comment.