hungphan227 commented on code in PR #1670:
URL: https://github.com/apache/james-project/pull/1670#discussion_r1288282045


##########
core/src/main/java/org/apache/james/core/quota/QuotaLimit.java:
##########
@@ -20,25 +20,26 @@
 package org.apache.james.core.quota;
 
 import java.util.Objects;
+import java.util.Optional;
 
 public class QuotaLimit {
 
-    public static QuotaLimit of(QuotaComponent component, QuotaScope scope, 
String identifier, QuotaType quotaType, long limit) {
+    public static QuotaLimit of(QuotaComponent component, QuotaScope scope, 
String identifier, QuotaType quotaType, Long limit) {

Review Comment:
   I saw this method in other places of james. I think we prefer this way to 
create objects :))



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