arturmkrtchyan / iban4j

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).
http://iban4j.org
Apache License 2.0
270 stars 124 forks source link

Declare Getters public in BicUtil #117

Closed nbrass closed 11 months ago

nbrass commented 1 year ago

Hi, is it possible to declare the Getters in BicUtil, e. g. getBankCode, getCountryCode, ... as public as it is in IbanUtil? Thanks in advance!

Best regards Norman

hajk1 commented 1 year ago

Yes, it can be done. I plan for the next release