提交 c297fe86 编写于 作者: S Serge Rider

#5077 Numbers formatter - type scale limit fix


Former-commit-id: b2f259d9
上级 251dcaf0
......@@ -33,7 +33,7 @@ import java.util.Map;
public class NumberDataFormatter implements DBDDataFormatter {
public static final int MAX_DEFAULT_FRACTIONS_DIGITS = 4;
public static final int MAX_DEFAULT_FRACTIONS_DIGITS = 16;
private DecimalFormat numberFormat;
private StringBuffer buffer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册