@ -79,8 +79,8 @@ public class TradeSecureFile {
writer.println(headerLine());
for (TradeItem item : tradeItems) {
writer.println(item.line());
writer.flush();
}
content = bos.toByteArray();
return content;
} catch (IOException e) {