Merge branch '5.3.x'

# Conflicts:
#	spring-web/src/main/java/org/springframework/web/accept/AbstractMappingContentNegotiationStrategy.java
This commit is contained in:
Sam Brannen
2022-07-12 12:14:52 +02:00
61 changed files with 101 additions and 101 deletions

View File

@@ -231,7 +231,7 @@ public final class MockServerHttpRequest extends AbstractServerHttpRequest {
}
/**
* Create a builder with a raw HTTP method value value that is outside the
* Create a builder with a raw HTTP method value that is outside the
* range of {@link HttpMethod} enum values.
* @param httpMethod the HTTP methodValue value
* @param uri the URI template for target the URL
@@ -253,7 +253,7 @@ public final class MockServerHttpRequest extends AbstractServerHttpRequest {
/**
* Request builder exposing properties not related to the body.
* @param <B> the builder sub-class
* @param <B> the builder subclass
*/
public interface BaseBuilder<B extends BaseBuilder<B>> {