单例模式

pull/100/head
geekymv 2019-06-05 16:46:36 +08:00
parent c9dad631df
commit 27283e75c3
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ public class AsyncManager
/**
*
*/
private AsyncManager(){}
private static AsyncManager me = new AsyncManager();
public static AsyncManager me()