liubao68 commented on a change in pull request #2314:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2314#discussion_r602650337
##########
File path:
inspector/src/main/java/org/apache/servicecomb/inspector/internal/InspectorConfig.java
##########
@@ -31,15 +33,17 @@ public boolean isEnabled() {
return enabled;
}
- public void setEnabled(boolean enabled) {
+ public InspectorConfig setEnabled(boolean enabled) {
Review comment:
Can you add this usage for this feature to demo / integration tests? so
that we can add documents using the demo.
--
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]