Rikkola commented on code in PR #6584:
URL:
https://github.com/apache/incubator-kie-drools/pull/6584#discussion_r2774145367
##########
drools-core/src/test/java/org/drools/core/reteoo/MockTupleSource.java:
##########
@@ -69,4 +71,13 @@ public ObjectTypeNode getObjectTypeNode() {
public boolean isLeftTupleMemoryEnabled() {
return true;
}
+
+ public void setObjectCount(int objectCount) {
+ this.objectCount = objectCount;
+ }
Review Comment:
Not a problem.
--
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]