Affects: 6.1.4 doc

I just saw HttpMethod method parameter in rest-clients.adoc.

I think it should be HttpMethod only, because other examples just use HttpMethod.

thanks

execute(String, **HttpMethod method**, RequestCallback, ResponseExtractor, Object...)
execute(String, **HttpMethod method**, RequestCallback, ResponseExtractor, Map)
execute(URI, **HttpMethod method**, RequestCallback, ResponseExtractor)

Spring Omit parameter names in REST Clients section of reference docs

Comment From: ethan3011

compare with others Spring Omit parameter names in REST Clients section of reference docs

Comment From: sbrannen

Hi @ethan3011,

Congratulations on submitting your first issue for the Spring Framework! 👍

I've addressed your concerns in 5830aac1d43b605c5b56d1a7e52118742c84c063.

Cheers

Comment From: ethan3011

Thanks a lot :)