chibenwa commented on code in PR #1707:
URL: https://github.com/apache/james-project/pull/1707#discussion_r1318130920


##########
server/container/guice/protocols/jmap/src/main/java/org/apache/james/jmap/rfc8621/RFC8621MethodsModule.java:
##########
@@ -137,6 +138,7 @@ protected void configure() {
         bind(WebPushClient.class).to(DefaultWebPushClient.class);
 
         
bind(UploadService.class).to(UploadServiceDefaultImpl.class).in(Scopes.SINGLETON);
+        bind(JMAPCurrentUploadUsageRecomputator.class).in(Scopes.SINGLETON);

Review Comment:
   Recomputator do not exist in english.
   
   Please let's use words that exist.
   
   JMAPCurrentUploadUsageFactory ? JMAPCurrentUploadUsageComputer ? Something 
else?



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