Fix and improve Javadoc in spring-web

Closes gh-28791
This commit is contained in:
Marc Wrobel
2022-07-11 23:28:51 +02:00
committed by Sam Brannen
parent 19704805fd
commit 6f494ef438
61 changed files with 101 additions and 101 deletions

View File

@@ -235,7 +235,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
@@ -254,7 +254,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>> {