forked from fanruan/finekit
Mars.Ma
5 years ago
1 changed files with 0 additions and 13 deletions
@ -1,13 +0,0 @@ |
|||||||
package com.fanruan.api.util; |
|
||||||
|
|
||||||
import com.fr.plugin.PluginLicenseManager; |
|
||||||
|
|
||||||
public class PluginLicenseManagerKit { |
|
||||||
/** |
|
||||||
* 获取PluginLicenseManager对象的方法且返回的对象为同一个。 |
|
||||||
* @return 返回值为单例模式下的PluginLicenseManager对象。 |
|
||||||
*/ |
|
||||||
public static PluginLicenseManager getInstance() { |
|
||||||
return PluginLicenseManager.getInstance(); |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue