Polish WebRequest Javadoc
See gh-33698
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user