Skip to content

Commit 27f9c81

Browse files
committed
Update BodyAdapter.java
1 parent d9d87df commit 27f9c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/avaje/http/client/BodyAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ default <T> BodyReader<T> beanReader(ParameterizedType type) {
4747
* @param type The bean type to convert the content to.
4848
*/
4949
default <T> BodyReader<List<T>> listReader(ParameterizedType type) {
50-
throw new UnsupportedOperationException("Parameterized types not supported for this adapter");
50+
throw new UnsupportedOperationException("Parameterized types not supported for this Body Adapter");
5151
}
5252
}

0 commit comments

Comments
 (0)