parent
87d3d1bbd1
commit
d1a00b4301
|
@ -93,7 +93,7 @@ public interface ConfigurableMockMvcBuilder<B extends ConfigurableMockMvcBuilder
|
||||||
* @since 5.3.10
|
* @since 5.3.10
|
||||||
*/
|
*/
|
||||||
default <T extends B> T defaultResponseCharacterEncoding(Charset defaultResponseCharacterEncoding) {
|
default <T extends B> T defaultResponseCharacterEncoding(Charset defaultResponseCharacterEncoding) {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException("defaultResponseCharacterEncoding is not supported by this MockMvcBuilder");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue