This commit is contained in:
Arjen Poutsma 2018-01-18 11:10:58 +01:00
parent ea5f8f5a7c
commit 61d330f805
1 changed files with 0 additions and 2 deletions

View File

@ -284,8 +284,6 @@ public interface ServerResponse {
/**
* Set the time the resource was last changed, as specified by the
* {@code Last-Modified} header.
* <p>The date should be specified as the number of milliseconds since
* January 1, 1970 GMT.
* @param lastModified the last modified date
* @return this builder
* @see HttpHeaders#setLastModified(long)