Browse Source

Polish WebRequest Javadoc

See gh-33698
pull/33703/head
Sébastien Deleuze 1 year ago
parent
commit
60978ff4c7
  1. 2
      spring-web/src/main/java/org/springframework/web/context/request/WebRequest.java

2
spring-web/src/main/java/org/springframework/web/context/request/WebRequest.java

@ -223,7 +223,7 @@ public interface WebRequest extends RequestAttributes { @@ -223,7 +223,7 @@ public interface WebRequest extends RequestAttributes {
* also with conditional POST/PUT/DELETE requests.
* <p><strong>Note:</strong> The HTTP specification recommends
* setting both ETag and Last-Modified values, but you can also
* use {@code #checkNotModified(String)} or
* use {@link #checkNotModified(String)} or
* {@link #checkNotModified(long)}.
* @param etag the entity tag that the application determined
* for the underlying resource. This parameter will be padded

Loading…
Cancel
Save