gitgabrio commented on code in PR #3686:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3686#discussion_r1796648671


##########
jbpm/jbpm-flow/src/main/java/org/kie/kogito/process/impl/AbstractProcessConfig.java:
##########
@@ -62,7 +64,8 @@ protected AbstractProcessConfig(
             String kogitoService,
             Iterable<UnitOfWorkEventListener> unitOfWorkListeners,
             Iterable<ProcessVersionResolver> versionResolver,
-            Iterable<IdentityProvider> identityProvider) {
+            Iterable<IdentityProvider> identityProvider,

Review Comment:
   @pefernan @Abhitocode @elguardian 
   Don't know that code, but is there a reason to declare `Iterable` when only 
one instance (at most) is expected ?
   



-- 
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]

Reply via email to