tag attribute renamed in xml-importer/exporter
This commit is contained in:
parent
70036d214b
commit
939c545365
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ public class DocumentTag {
|
|||
@JacksonXmlProperty(isAttribute = true, localName = "SENDER")
|
||||
private String sender;
|
||||
|
||||
@JacksonXmlProperty(isAttribute = true, localName = "RECEIVER")
|
||||
@JacksonXmlProperty(isAttribute = true, localName = "RECIEVER")
|
||||
private String receiver;
|
||||
|
||||
@JacksonXmlProperty(localName = "PARENTDOC")
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public class DocumentTag implements ru.spcex.clearing.xml.importer.logic.data.ta
|
|||
@JacksonXmlProperty(isAttribute = true, localName = "SENDER")
|
||||
private String sender;
|
||||
|
||||
@JacksonXmlProperty(isAttribute = true, localName = "RECEIVER")
|
||||
@JacksonXmlProperty(isAttribute = true, localName = "RECIEVER")
|
||||
private String receiver;
|
||||
|
||||
@JacksonXmlProperty(localName = "PARENTDOC")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue