mirror of https://gitee.com/y_project/RuoYi.git
commit
a1523e3bfd
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue