mbaechler commented on a change in pull request #258:
URL: https://github.com/apache/james-project/pull/258#discussion_r515948243
##########
File path:
server/container/guice/guice-common/src/main/java/org/apache/james/modules/server/MailStoreRepositoryModule.java
##########
@@ -61,14 +59,17 @@ protected void configure() {
@Provides
@Singleton
- MailRepositoryStoreConfiguration
provideConfiguration(ConfigurationProvider configurationProvider,
DefaultItemSupplier defaultItemSupplier) throws ConfigurationException {
+ MailRepositoryStoreConfiguration
provideConfiguration(ConfigurationProvider configurationProvider,
+
Provider<MailRepositoryStoreConfiguration.Item> defaultConfigurationItem)
+ throws ConfigurationException {
Review comment:
It would make the line very long, I didn't found a good solution for 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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]