Skip to content

Commit

Permalink
Use javaClass call
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkup committed Sep 4, 2024
1 parent b75f339 commit 05d9c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ open class JtxCollection<out T: JtxICalObject>(val account: Account,
companion object {

private val logger
get() = Logger.getLogger(JtxCollection::class.java.name)
get() = Logger.getLogger(javaClass.name)

fun create(account: Account, client: ContentProviderClient, values: ContentValues): Uri {
logger.log(Level.FINE, "Creating jtx Board collection", values)
Expand Down

0 comments on commit 05d9c48

Please sign in to comment.