chibenwa commented on a change in pull request #385:
URL: https://github.com/apache/james-project/pull/385#discussion_r612051078



##########
File path: mdn/src/main/java/org/apache/james/mdn/fields/ReportingUserAgent.java
##########
@@ -60,6 +62,17 @@ public Builder userAgentProduct(String userAgentProduct) {
             return this;
         }
 
+        public Builder parse(String value) {
+            var list = ImmutableList.copyOf(Splitter.on("; 
").omitEmptyStrings().split(value));

Review comment:
       After reading the whole changeset, I think this method 
ReportingUserAgent::parse might not be even needed...




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

Reply via email to