未验证 提交 7902c624 编写于 作者: Z zhang-wei 提交者: GitHub

fix unused import (#4163)

上级 5fba9190
......@@ -17,15 +17,12 @@
package org.apache.skywalking.plugin.test.mockcollector.entity;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import org.apache.skywalking.apm.network.language.agent.SpanType;
public class RegistryItem {
/**
* applicationCode, applicationId
......
......@@ -34,7 +34,7 @@ public class ValidateData {
return segmentItem;
}
public static void clearData(){
public static void clearData() {
System.out.println("Clear Data");
INSTANCE.segmentItem = new SegmentItems();
INSTANCE.registryItem.getOperationNames().clear();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册