提交 e3c38968 authored 作者: Thomas Mueller's avatar Thomas Mueller

Profiler: use platform newline

上级 281c1e58
......@@ -211,7 +211,7 @@ public class Profiler implements Runnable {
min = best.getValue();
}
buff.append(best.getValue()).append('/').append(total).
append('\n').append(best.getKey());
append(SysProperties.LINE_SEPARATOR).append(best.getKey());
}
buff.append('.');
return buff.toString();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论