mariofusco commented on code in PR #6508:
URL:
https://github.com/apache/incubator-kie-drools/pull/6508#discussion_r2478237996
##########
drools-core/src/main/java/org/drools/core/common/SegmentMemorySupport.java:
##########
@@ -36,7 +35,7 @@ public interface SegmentMemorySupport {
public SegmentMemory getQuerySegmentMemory(QueryElementNode queryNode);
- public void createChildSegments(LeftTupleSinkPropagator sinkProp,
SegmentMemory smem);
+ public void initializeChildSegmentsIfNeeded(SegmentMemory smem);
Review Comment:
Nitpic: I would remove the `IfNeeded` bit from the name of this method
(unless you have a good reason to keep it).
--
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]