update plugin version

This commit is contained in:
Looly
2025-04-01 17:40:51 +08:00
parent 4589d5fb84
commit f542b1c653
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
package cn.hutool.aop.test;
import cn.hutool.aop.proxy.ProxyFactory;
import cn.hutool.core.lang.Console;
import cn.hutool.core.thread.ThreadUtil;
import org.junit.jupiter.api.Test;
@@ -30,7 +29,7 @@ public class IssueIBF20ZTest {
executorService.submit(() -> {
ProxyFactory factory = ProxyFactory.create();
if (factory != null) {
Console.log(factory.getClass());
//Console.log(factory.getClass());
successCount.incrementAndGet();
}
latch.countDown(); // 每个任务完成时,计数减一