We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f9c81 commit eaf2295Copy full SHA for eaf2295
client/src/main/java/io/avaje/http/client/BodyAdapter.java
@@ -47,6 +47,6 @@ default <T> BodyReader<T> beanReader(ParameterizedType type) {
47
* @param type The bean type to convert the content to.
48
*/
49
default <T> BodyReader<List<T>> listReader(ParameterizedType type) {
50
- throw new UnsupportedOperationException("Parameterized types not supported for this Body Adapter");
+ throw new UnsupportedOperationException("Parameterized types not supported for this adapter");
51
}
52
0 commit comments