合并测试

This commit is contained in:
lijia 2022-09-01 09:13:13 +08:00
parent 20648a7005
commit 6155d99f01

View File

@ -54,6 +54,7 @@ public class CommonBaseLibrary {
} }
public static CommonBaseLibrary getInstance() { public static CommonBaseLibrary getInstance() {
System.out.println("ceshi");
if (null == mInstance) { if (null == mInstance) {
synchronized (CommonBaseLibrary.class) { synchronized (CommonBaseLibrary.class) {
if (null == mInstance) { if (null == mInstance) {