mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-10 12:05:58 +00:00
* Add final to variable * Unnecessary semicolon * Use Standard Charset object * Unnecessary conversion to String * Simplifiable conditional expression * Replace 'Arrays.asList()' with Collections.singletonList * Redundant local variable. Simplify