Skip to content

Commit eaf2295

Browse files
committed
Revert "Update BodyAdapter.java"
This reverts commit 27f9c81.
1 parent 27f9c81 commit eaf2295

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

+1-1
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 Body Adapter");
50+
throw new UnsupportedOperationException("Parameterized types not supported for this adapter");
5151
}
5252
}

0 commit comments

Comments
 (0)