Fix and improve Javadoc in spring-web
Closes gh-28791
This commit is contained in:
@@ -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>> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user