Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed May 29, 2023
1 parent 79c7a51 commit 61497ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ public class EquipTemplate implements Templated {
Errors ro = JsonX.toObject(errStr,Errors.class);

String fileName = ro.getFileName();
if (fileName.endsWith(".xls")) {
fileName += "x";
} else if (fileName.endsWith(".XLS")) {
fileName += "X";
}

byte[] buffer = ro.toBuffer();

response.reset();
Expand Down

0 comments on commit 61497ce

Please sign in to comment.