Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed May 3, 2024
1 parent b8d7f41 commit 2a3c528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class OPDS1Parser {
ReplaceWith("parse(jsonData, url.toUrl()!!)"),
DeprecationLevel.ERROR
)
public fun parse(jsonData: ByteArray, url: URL): ParseData =
public fun parse(xmlData: ByteArray, url: URL): ParseData =
throw NotImplementedError()

private fun parseFeed(root: ElementNode, url: Url): Feed {
Expand Down

0 comments on commit 2a3c528

Please sign in to comment.