ok2c commented on a change in pull request #197: Rename CookieSpecs enum to
StandardCookieSpec final class
URL:
https://github.com/apache/httpcomponents-client/pull/197#discussion_r363271751
##########
File path:
httpclient5/src/main/java/org/apache/hc/client5/http/cookie/StandardCookieSpec.java
##########
@@ -28,33 +28,31 @@
package org.apache.hc.client5.http.cookie;
/**
- * Supported cookie specifications.
+ * Cookie specifications by their names supported by the HttpClient.
*
* @since 4.3
*/
-public enum CookieSpecs {
+public final class StandardCookieSpec {
Review comment:
@michael-o So, what you now see as more consistent I personally see as much
less consistent. But so be it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]