Browse Source

Polish

pull/27755/head
Arjen Poutsma 3 years ago
parent
commit
da3b4cb65d
  1. 2
      spring-web/src/main/java/org/springframework/http/HttpMethod.java

2
spring-web/src/main/java/org/springframework/http/HttpMethod.java

@ -24,7 +24,7 @@ import org.springframework.lang.Nullable; @@ -24,7 +24,7 @@ import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* Represents an HTTP request methods. Intended for use
* Represents an HTTP request method. Intended for use
* with {@link org.springframework.http.client.ClientHttpRequest}
* and {@link org.springframework.web.client.RestTemplate}.
*

Loading…
Cancel
Save