Javadoc
This commit is contained in:
parent
ea5f8f5a7c
commit
61d330f805
|
@ -284,8 +284,6 @@ public interface ServerResponse {
|
||||||
/**
|
/**
|
||||||
* Set the time the resource was last changed, as specified by the
|
* Set the time the resource was last changed, as specified by the
|
||||||
* {@code Last-Modified} header.
|
* {@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
|
* @param lastModified the last modified date
|
||||||
* @return this builder
|
* @return this builder
|
||||||
* @see HttpHeaders#setLastModified(long)
|
* @see HttpHeaders#setLastModified(long)
|
||||||
|
|
Loading…
Reference in New Issue