wu-sheng commented on a change in pull request #23:
URL:
https://github.com/apache/skywalking-agent-test-tool/pull/23#discussion_r484140264
##########
File path:
validator/src/main/java/org/apache/skywalking/plugin/test/agent/tool/validator/entity/SegmentForRead.java
##########
@@ -176,8 +176,8 @@ public void setComponentName(String componentName) {
this.componentName = componentName;
}
- public void setError(String error) {
- isError = error;
+ public void setIsError(String isError) {
+ this.isError = isError;
Review comment:
Do you mean current checking not working? IsError seems a right name
from Java style.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]