@ -472,7 +472,7 @@ public class HistoryTemplateListCache implements CallbackEvent {
FineLoggerFactory.getLogger().info("{} find plugin classloader spend: {} ms", name, (System.currentTimeMillis() - start));
if (set != null) {
for (ClassLoader classLoader : set) {
if (PluginManager.isBeforeLoadBy(classLoader, pluginId)) {
if (ComparatorUtils.equals(pluginId, PluginManager.findPluginId(classLoader))) {
return true;
}