Skip to content

Commit

Permalink
remove legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
iryndin committed Nov 26, 2014
1 parent f964c10 commit 0e6802e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/net/iryndin/jdbf/writer/DbfWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import net.iryndin.jdbf.core.DbfField;
import net.iryndin.jdbf.core.DbfMetadata;
import net.iryndin.jdbf.core.DbfRecord;
import net.iryndin.jdbf.util.BitUtils;
import net.iryndin.jdbf.util.DbfMetadataUtils;
import net.iryndin.jdbf.util.JdbfUtils;
Expand Down Expand Up @@ -81,9 +80,6 @@ private void writeIntoRecordBuffer(DbfField f, Object o) {
}

private void writeBigDecimal(DbfField f, BigDecimal value) {
if (f.getName().equals("G05_NTF")) {
int a = 1;
}
String s = value.toPlainString();
byte[] bytes = s.getBytes();
if (bytes.length > f.getLength()) {
Expand Down

0 comments on commit 0e6802e

Please sign in to comment.