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 ea5f8f5 commit 61d330fCopy full SHA for 61d330f
spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerResponse.java
@@ -284,8 +284,6 @@ interface HeadersBuilder<B extends HeadersBuilder<B>> {
284
/**
285
* Set the time the resource was last changed, as specified by the
286
* {@code Last-Modified} header.
287
- * <p>The date should be specified as the number of milliseconds since
288
- * January 1, 1970 GMT.
289
* @param lastModified the last modified date
290
* @return this builder
291
* @see HttpHeaders#setLastModified(long)
0 commit comments