Skip to content

Commit

Permalink
Addressing #257---again
Browse files Browse the repository at this point in the history
  • Loading branch information
fabuzaid21 committed Mar 11, 2018
1 parent ffd3b93 commit e560047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class Row {

// Formatter for printing out doubles; print at least 1 and no more than 6 decimal places
private static final DecimalFormat DOUBLE_FORMAT = new DecimalFormat("#.0#####",
static final DecimalFormat DOUBLE_FORMAT = new DecimalFormat("#.0#####",
DecimalFormatSymbols.getInstance(Locale.US));

private Schema schema; // not set by user
Expand Down

0 comments on commit e560047

Please sign in to comment.