fix: 处理 SonarQube 问题

This commit is contained in:
liuyirong
2022-10-09 16:29:48 +08:00
parent 6ec3d21994
commit 7d6fb3e815
127 changed files with 295 additions and 1154 deletions

View File

@ -43,6 +43,10 @@ import kotlin.Pair;
*/
public class DataUtils {
private DataUtils() {
throw new IllegalStateException("Utility class");
}
/**
* 初始化各种统计工具仅在release build非debug模式启用统计
*/