!100 单例模式

Merge pull request !100 from geekymv/master
pull/100/MERGE
若依 2019-06-13 17:35:08 +08:00 committed by Gitee
commit a1523e3bfd
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(); private static AsyncManager me = new AsyncManager();
public static AsyncManager me() public static AsyncManager me()