Skip to content

Commit 61d330f

Browse files
committed
Javadoc
1 parent ea5f8f5 commit 61d330f

File tree

1 file changed

+0
-2
lines changed
  • spring-webflux/src/main/java/org/springframework/web/reactive/function/server

1 file changed

+0
-2
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerResponse.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ interface HeadersBuilder<B extends HeadersBuilder<B>> {
284284
/**
285285
* Set the time the resource was last changed, as specified by the
286286
* {@code Last-Modified} header.
287-
* <p>The date should be specified as the number of milliseconds since
288-
* January 1, 1970 GMT.
289287
* @param lastModified the last modified date
290288
* @return this builder
291289
* @see HttpHeaders#setLastModified(long)

0 commit comments

Comments
 (0)