fix: 处理 SonarQube 问题
This commit is contained in:
@ -43,6 +43,10 @@ import kotlin.Pair;
|
||||
*/
|
||||
public class DataUtils {
|
||||
|
||||
private DataUtils() {
|
||||
throw new IllegalStateException("Utility class");
|
||||
}
|
||||
|
||||
/**
|
||||
* 初始化各种统计工具,仅在release build(非debug)模式启用统计
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user