Skip to content

Commit

Permalink
Fix deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Oct 8, 2023
1 parent 147dd54 commit c849c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface Converter<F, T> {
*
* @return the converted [HttpResponse]
*/
@Deprecated("Use convert(ktorfitResponse: KtorfitResponse)")
@Deprecated("Use convert(result: KtorfitResult)")
public suspend fun convert(response: HttpResponse): T

public suspend fun convert(result: KtorfitResult): T {
Expand Down

0 comments on commit c849c06

Please sign in to comment.