Polishing

See gh-27230
This commit is contained in:
Sam Brannen 2021-09-06 16:58:32 +02:00
parent 87d3d1bbd1
commit d1a00b4301
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
/**