Arsnael commented on a change in pull request #709:
URL: https://github.com/apache/james-project/pull/709#discussion_r735239246



##########
File path: 
server/container/guice/memory/src/main/java/org/apache/james/modules/data/MemoryDataModule.java
##########
@@ -109,4 +109,11 @@ InitializationOperation configureRRT(ConfigurationProvider 
configurationProvider
             .forClass(MemoryRecipientRewriteTable.class)
             .init(() -> 
memoryRecipientRewriteTable.configure(configurationProvider.getConfiguration("recipientrewritetable")));
     }
+
+    @ProvidesIntoSet
+    InitializationOperation configureUsersRepository(ConfigurationProvider 
configurationProvider, MemoryUsersRepository usersRepository) {
+        return InitilizationOperationBuilder
+            .forClass(MemoryRecipientRewriteTable.class)

Review comment:
       Shouldn't it be `.forClass(MemoryUsersRepository.class)` ?




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