httpcomponents-client/httpclient5
Gary Gregory 25f080f307 Private method does not throw checked exception
- 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
2024-08-26 11:29:09 -04:00
..
src Private method does not throw checked exception 2024-08-26 11:29:09 -04:00
pom.xml Includes a copy of in 2024-08-25 13:07:59 -04:00