mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
See gh-27230
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ public interface ConfigurableMockMvcBuilder<B extends ConfigurableMockMvcBuilder
|
||||
* @since 5.3.10
|
||||
*/
|
||||
default <T extends B> T defaultResponseCharacterEncoding(Charset defaultResponseCharacterEncoding) {
|
||||
throw new UnsupportedOperationException();
|
||||
throw new UnsupportedOperationException("defaultResponseCharacterEncoding is not supported by this MockMvcBuilder");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user