单例模式
This commit is contained in:
parent
c9dad631df
commit
27283e75c3
@ -26,6 +26,8 @@ public class AsyncManager
|
||||
/**
|
||||
* 单例模式
|
||||
*/
|
||||
private AsyncManager(){}
|
||||
|
||||
private static AsyncManager me = new AsyncManager();
|
||||
|
||||
public static AsyncManager me()
|
||||
|
Loading…
x
Reference in New Issue
Block a user