Skip to content

Commit

Permalink
Merge pull request #203 from cashapp/keefer.210812.quick-fix-typealias
Browse files Browse the repository at this point in the history
Fix typo in deprecated typealias
  • Loading branch information
shellderp authored Aug 12, 2021
2 parents 1183d62 + e96ebee commit 76ee458
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import app.cash.backfila.client.config.BackfilaClientConfig
// TODO(mikepaw) Remove once the separation between the client and misk is stable.

@Deprecated(
"Use BackfillaClientConfig in the client module instead.",
"Use BackfilaClientConfig in the client module instead.",
replaceWith = ReplaceWith(
expression = "BackfillaClientConfig",
expression = "BackfilaClientConfig",
imports = ["app.cash.backfila.client.config.BackfilaClientConfig"]
),
level = DeprecationLevel.ERROR
)
typealias BackfillaClientConfig = BackfilaClientConfig
typealias BackfilaClientConfig = BackfilaClientConfig

@Deprecated(
"Use BackfilaMiskClientModule instead.",
Expand Down

0 comments on commit 76ee458

Please sign in to comment.