合并测试
This commit is contained in:
parent
20648a7005
commit
6155d99f01
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user