121122123124125126127128129
resetPlugin(plugin); } public PluginLoader getPluginLoader() { if (pluginLoader == null) { pluginLoader = new PluginLoader(getDao(), getBusiness()); } return pluginLoader; }