Skip to content

Commit

Permalink
refactor: change logger visibility to protected in ImageTask
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Dec 19, 2024
1 parent 7884169 commit 1f734e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private const val THUMBNAIL_HEIGHT = 256
private const val THUMBNAIL_QUALITY = 0.9

sealed class ImageTask() {
val logger = KotlinLogging.logger {}
protected val logger = KotlinLogging.logger {}
abstract fun execute()
}

Expand Down

0 comments on commit 1f734e7

Please sign in to comment.