Added comment how to update data

This commit is contained in:
dankito 2024-08-14 13:38:35 +02:00
parent 4909537bae
commit 5bd83b1c3a
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
package net.dankito.banking.fints.util
/**
* To update these data, go to BankFinder project and run BankListCreatorTest.
*/
open class BicFinder {
open fun findBic(bankCode: String): String? {

View File

@ -1,5 +1,8 @@
package net.dankito.banking.fints.util
/**
* To update these data, go to BankFinder project and run BankListCreatorTest.
*/
open class FinTsServerAddressFinder {
open fun findFinTsServerAddress(bankCode: String): String? {