ok2c commented on a change in pull request #247:
URL:
https://github.com/apache/httpcomponents-core/pull/247#discussion_r563974834
##########
File path: httpcore5/src/main/java/org/apache/hc/core5/http/ContentType.java
##########
@@ -105,6 +105,11 @@
public static final ContentType WILDCARD = create(
"*/*", (Charset) null);
+ /**
+ * An empty immutable {@code NameValuePair} array.
+ */
+ public static final NameValuePair[] EMPTY_NAME_VALUE_PAIR_ARRAY = new
NameValuePair[0];
Review comment:
@arturobernalg There is no need to make it public. Please change to
private.
----------------------------------------------------------------
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]