Skip to content

Commit

Permalink
Add additional header
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Jul 18, 2024
1 parent 9f33b4b commit 8c64ebd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public RecordList(List<Record> records) {

public String toQifString() {
StringBuilder result = new StringBuilder();
result.append("!Option:MDY\n");
result.append("!Type:").append(this.getType().getQifValue()).append("\n");
for (int recordIndex=0; recordIndex < this.getRecords().size(); recordIndex++) {
result.append(this.getRecords().get(recordIndex).toQifString());
Expand Down

0 comments on commit 8c64ebd

Please sign in to comment.