Skip to content

Commit

Permalink
Make IlUrl.companion internal
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Dec 19, 2024
1 parent 441fb0f commit e7f6e75
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ data class IlUrl(
appendQueryParameter(PARAM_ONLY_CHAPTERS, true.toString())
}.build()

@Suppress("UndocumentedPublicClass")
companion object {
internal companion object {
private const val PARAM_ONLY_CHAPTERS = "onlyChapters"
private const val PARAM_FORCE_SAM = "forceSAM"
private const val PARAM_FORCE_LOCATION = "forceLocation"
Expand Down

0 comments on commit e7f6e75

Please sign in to comment.