Commit 213a64bd authored by yanzg's avatar yanzg

添加对Android的支持

parent 94c96b76
......@@ -119,7 +119,7 @@ public class TableHeadHelper {
// 添加到父元素的子节点
if (!headSubs.containsKey(parentPath)) {
headSubs.put(parentPath, new ArrayList<>());
headSubs.put(parentPath, new ArrayList<TableHeadItem>());
}
// 添加到当前元素对应缓存
......
......@@ -68,7 +68,7 @@ public final class RunnableListAuto {
Map<String, List<RunnableListAutoItem>> executeMap = new HashMap<>(20);
// 已执行过的列表
List<RunnableListAutoItem> executedToList = new ArrayList<RunnableListAutoItem>();
int threadCount = initPlan(methods, initList, executeMap, executedToList);
final int threadCount = initPlan(methods, initList, executeMap, executedToList);
// 打印线程顺序
if (IsLog) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment