ok2c commented on PR #420: URL: https://github.com/apache/httpcomponents-client/pull/420#issuecomment-1463459025
> @ok2c done? @arturobernalg No, not quite. You added `@Immutable` to `CacheControl` but it is not immutable. Its instance variables are not final. You need to make sure the instances of `CacheControl` cannot be mutated after construction. -- 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]
