From b26dcba685afdfb792efca5ce5f96d3d5bef7548 Mon Sep 17 00:00:00 2001 From: AmoryWang <2421902248@qq.com> Date: Fri, 3 Jan 2020 10:09:37 +0800 Subject: [PATCH] Feature ut common thread (#1674) * add common thread ut * Update ThreadUtilsTest.java add license header * delete useless file Co-authored-by: dailidong --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index cebff6479f..a0f5bcba6f 100644 --- a/pom.xml +++ b/pom.xml @@ -661,6 +661,7 @@ **/common/utils/*.java + **/common/threadutils/*.java **/common/graph/*.java **/common/queue/*.java **/api/utils/CheckUtilsTest.java