Polish WebRequest Javadoc

See gh-33698
This commit is contained in:
Sébastien Deleuze 2024-10-14 17:06:38 +02:00
parent cff6db02b4
commit 60978ff4c7
1 changed files with 1 additions and 1 deletions

View File

@ -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