garydgregory commented on code in PR #404:
URL:
https://github.com/apache/httpcomponents-core/pull/404#discussion_r1182826671
##########
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:
@michael-o done.
--
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]