提交 952c39e1 authored 作者: LaughingMan's avatar LaughingMan

Mark method as private

上级 a9930a5c
......@@ -204,7 +204,7 @@ public class MathUtils {
* @param s the message to print
* @param t the stack trace
*/
static void warn(String s, Throwable t) {
private static void warn(String s, Throwable t) {
// not a fatal problem, but maybe reduced security
System.out.println("Warning: " + s);
if (t != null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论