tkobayas commented on code in PR #6533:
URL:
https://github.com/apache/incubator-kie-drools/pull/6533#discussion_r2563586697
##########
drools-core/src/main/java/org/drools/core/reteoo/RightInputAdapterNode.java:
##########
@@ -406,8 +406,7 @@ public boolean equals(Object object) {
@Override
public String toString() {
- return "RightInputAdapterNode(" + id + ")[ source="
- + source + ", associations=" + associations + ", partitionId="
+ partitionId + "]";
+ return "[RightInputAdapterNode(" + id + ")]";
Review Comment:
Reduced the information in `toString` so the ReteDumper outputs look
concise. I hope it's okay as other Nodes' `toString` is similar.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]