chibenwa commented on code in PR #1651:
URL: https://github.com/apache/james-project/pull/1651#discussion_r1268918317
##########
server/apps/distributed-app/src/main/java/org/apache/james/CassandraRabbitMQJamesServerMain.java:
##########
@@ -195,7 +197,7 @@ public static GuiceJamesServer
createServer(CassandraRabbitMQJamesConfiguration
return GuiceJamesServer.forConfiguration(configuration)
.combineWith(MODULES)
-
.combineWith(MailQueueViewChoice.ModuleChooser.choose(configuration.getMailQueueViewChoice()))
+
.combineWith(chooseMailQueueViewModule(MailQueueViewChoice.ModuleChooser.choose(configuration.getMailQueueViewChoice())))
Review Comment:
Please do a single choose method
--
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]