michael-o commented on code in PR #404: URL: https://github.com/apache/httpcomponents-core/pull/404#discussion_r1182802070
########## httpcore5/src/main/java/org/apache/hc/core5/http/ContentType.java: ########## @@ -378,7 +378,7 @@ private static ContentType create(final String mimeType, final NameValuePair[] p * * @param mimeType MIME type. It may not be {@code null} or empty. It may not contain * characters {@code <">, <;>, <,>} reserved by the HTTP specification. - * @param params parameters. + * @param params Changes to this <em>array</em> do not affect this instance. Changes to <em>elements do</em> affect this instance. Review Comment: Let's drop it. It is in implementation detail. -- 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org