Added comment how to update data
This commit is contained in:
parent
4909537bae
commit
5bd83b1c3a
|
@ -1,5 +1,8 @@
|
||||||
package net.dankito.banking.fints.util
|
package net.dankito.banking.fints.util
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To update these data, go to BankFinder project and run BankListCreatorTest.
|
||||||
|
*/
|
||||||
open class BicFinder {
|
open class BicFinder {
|
||||||
|
|
||||||
open fun findBic(bankCode: String): String? {
|
open fun findBic(bankCode: String): String? {
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
package net.dankito.banking.fints.util
|
package net.dankito.banking.fints.util
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To update these data, go to BankFinder project and run BankListCreatorTest.
|
||||||
|
*/
|
||||||
open class FinTsServerAddressFinder {
|
open class FinTsServerAddressFinder {
|
||||||
|
|
||||||
open fun findFinTsServerAddress(bankCode: String): String? {
|
open fun findFinTsServerAddress(bankCode: String): String? {
|
||||||
|
|
Loading…
Reference in New Issue