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
271 stars 124 forks source link

fix javadoc multiple throws tags #79

Open ccostin93 opened 3 years ago

ccostin93 commented 3 years ago

If there are multiple exceptions thrown by a method, each one should be defined with its own @throws tag in javadoc block