mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-15 22:46:16 +00:00
- Remove it from the private method signatures - Remove exception handling no longer needed - Add missing @Override - No need to nest in an else clause (reduce clutter) - Use ternary expression - public methods in a package-private class can be package-private