martinweiler commented on code in PR #3701:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3701#discussion_r1795829863
##########
kogito-codegen-modules/kogito-codegen-processes/src/main/java/org/kie/kogito/codegen/usertask/UserTaskCodegen.java:
##########
@@ -99,10 +101,11 @@ public class UserTaskCodegen extends AbstractGenerator {
public static final String SECTION_CLASS_NAME = "usertask";
- TemplatedGenerator templateGenerator;
+ private TemplatedGenerator templateGenerator;
private List<Work> descriptors;
private TemplatedGenerator producerTemplateGenerator;
private TemplatedGenerator restTemplateGenerator;
+ boolean transactionEnabled;
Review Comment:
This field does not seem to be used anywhere and can be removed.
--
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]