Skip to content

Commit

Permalink
Align EDIFACTDialect#getTransactionVersion with X12Dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed Jul 11, 2020
1 parent db1de21 commit 01b34f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public void groupEnd() {

@Override
public String[] getTransactionVersion() {
return transactionVersion;
return transactionVersionString.isEmpty() ? null : transactionVersion;
}

@Override
Expand Down

0 comments on commit 01b34f9

Please sign in to comment.