We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff6db0 commit 60978ffCopy full SHA for 60978ff
spring-web/src/main/java/org/springframework/web/context/request/WebRequest.java
@@ -223,7 +223,7 @@ public interface WebRequest extends RequestAttributes {
223
* also with conditional POST/PUT/DELETE requests.
224
* <p><strong>Note:</strong> The HTTP specification recommends
225
* setting both ETag and Last-Modified values, but you can also
226
- * use {@code #checkNotModified(String)} or
+ * use {@link #checkNotModified(String)} or
227
* {@link #checkNotModified(long)}.
228
* @param etag the entity tag that the application determined
229
* for the underlying resource. This parameter will be padded
0 commit comments