Skip to content

Commit 60978ff

Browse files
committed
Polish WebRequest Javadoc
See spring-projectsgh-33698
1 parent cff6db0 commit 60978ff

File tree

1 file changed

+1
-1
lines changed
  • spring-web/src/main/java/org/springframework/web/context/request

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public interface WebRequest extends RequestAttributes {
223223
* also with conditional POST/PUT/DELETE requests.
224224
* <p><strong>Note:</strong> The HTTP specification recommends
225225
* setting both ETag and Last-Modified values, but you can also
226-
* use {@code #checkNotModified(String)} or
226+
* use {@link #checkNotModified(String)} or
227227
* {@link #checkNotModified(long)}.
228228
* @param etag the entity tag that the application determined
229229
* for the underlying resource. This parameter will be padded

0 commit comments

Comments
 (0)