提交 68c6d1f7 authored 作者: Thomas Mueller's avatar Thomas Mueller

Version 1.2.137 could still not be converted to Java 1.4 (because the…

Version 1.2.137 could still not be converted to Java 1.4 (because the Retrotranslator doesn't support BigDecimal.precision).
上级 f0436942
......@@ -316,7 +316,7 @@ public class MathUtils {
if (!usePrecisionWorkaround) {
try {
return x.precision();
} catch (Exception e) {
} catch (Throwable e) {
// NoSuchMethodError
usePrecisionWorkaround = true;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论