Skip to content

Commit

Permalink
remove legacy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
iryndin committed Nov 26, 2014
1 parent 0e6802e commit f1108bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/net/iryndin/jdbf/writer/DbfWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ private void writeDate(DbfField f, Date value) {
}

private void writeString(DbfField f, String value) {
if (f.getName().equals("G022")) {
int a = 1;
}
byte[] bytes = value.getBytes(stringCharset);
if (bytes.length > f.getLength()) {
byte[] newBytes = new byte[f.getLength()];
Expand Down

0 comments on commit f1108bb

Please sign in to comment.