提交 739ae017 编写于 作者: A ascrutae

1.修改参数顺序

上级 f1270151
......@@ -65,7 +65,7 @@ public class TraceTreeAssert {
}
private static void validateTraceSpanSize(int actualSpanSize, int expectedSpanSize) {
private static void validateTraceSpanSize(int expectedSpanSize, int actualSpanSize) {
if (actualSpanSize != expectedSpanSize) {
throw new TraceNodeSizeNotEqualException("expected span size : " + expectedSpanSize +
"\n actual span size : " + actualSpanSize);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册