From 60978ff4c7fdcda9406ddad6b04bd2f1237fb77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 14 Oct 2024 17:06:38 +0200 Subject: [PATCH] Polish WebRequest Javadoc See gh-33698 --- .../org/springframework/web/context/request/WebRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/context/request/WebRequest.java b/spring-web/src/main/java/org/springframework/web/context/request/WebRequest.java index e1d4899e9bd..f3b597d0e4d 100644 --- a/spring-web/src/main/java/org/springframework/web/context/request/WebRequest.java +++ b/spring-web/src/main/java/org/springframework/web/context/request/WebRequest.java @@ -223,7 +223,7 @@ public interface WebRequest extends RequestAttributes { * also with conditional POST/PUT/DELETE requests. *

Note: 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