Skip to content

Commit

Permalink
Polish WebRequest Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Oct 14, 2024
1 parent cff6db0 commit 60978ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60978ff

Please sign in to comment.