提交 ac827cff 编写于 作者: wu-sheng's avatar wu-sheng

fix obvious bug code.

上级 43ca1a0e
......@@ -14,7 +14,7 @@ import java.util.List;
public class SpanDataFinder {
public static List<SpanData> find(TraceId traceId) {
IndexMetaCollection indexMetaCollection = IndexOperateExecutor.execute(new FinderExecutor<IndexMetaCollection>(
IndexMetaCollection indexMetaCollection = IndexOperateExecutor.execute(new FinderExecutor(
traceId.getSegmentsList().toArray(new Long[traceId.getSegmentsCount()])));
if (indexMetaCollection == null) {
......
......@@ -15,7 +15,7 @@ public class FinderExecutor implements Executor<IndexMetaCollection> {
}
@Override
public com.a.eye.skywalking.storage.data.index.IndexMetaCollection execute(IndexOperator indexOperator) {
public IndexMetaCollection execute(IndexOperator indexOperator) {
return indexOperator.findIndex(traceIdSegment);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册