javadoc correction
This commit is contained in:
@@ -23,7 +23,7 @@ public class BankDetails implements IZUGFeRDTradeSettlementPayment {
|
||||
* if you deduct from a customer's account you may e.g. leave out the first or last
|
||||
* digits so that nobody spying on the invoice gets to know the complete number
|
||||
* @param IBAN the "IBAN ID", i.e. the IBAN or parts of it
|
||||
* @return fluent setter<
|
||||
* @return fluent setter
|
||||
*/
|
||||
public BankDetails setIBAN(String IBAN) {
|
||||
this.IBAN = IBAN;
|
||||
|
||||
Reference in New Issue
Block a user