remove zombie definition of getBankName

This commit is contained in:
Stefan Schmiedl
2019-08-07 13:43:23 +02:00
parent 8c77b38155
commit 0e57a2bcb7

View File

@@ -294,7 +294,7 @@ public class ZUGFeRDImporter {
/**
* @return the sender's bank name code
* @return the sender's bank name
*/
public String getBankName() {
return extractString("//PayeeSpecifiedCreditorFinancialInstitution/Name");
@@ -307,13 +307,6 @@ public class ZUGFeRDImporter {
return extractString("//PayeePartyCreditorFinancialAccount/IBANID");
}
/**
* @return the sender's bankname
*/
public String getBankName() {
return extractString("/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayeeSpecifiedCreditorFinancialInstitution/Name");
}
public String getHolder() {
return extractString("//SellerTradeParty/Name");
}