Fixed logger name

This commit is contained in:
dankito 2020-11-17 01:35:51 +01:00
parent 3aa8132f47
commit 6b0504feb3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ actual class BankListDeserializer {
companion object {
const val BankListFileName = "BankList.json"
private val log = LoggerFactory.getLogger(InMemoryBankFinder::class)
private val log = LoggerFactory.getLogger(BankListDeserializer::class)
}