Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Jul 11, 2018
1 parent 035f413 commit 5ddbe3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public <BodyType> ResponseEntity<BodyType> toResponseEntity(final BiFunction<Res

private final ResponseEntity.BodyBuilder newResponse(final HttpStatus status, final String etag)
{

ResponseEntity.BodyBuilder response = ResponseEntity.status(status)
.eTag(etag)
.cacheControl(CacheControl.maxAge(cacheMaxAgeSec, TimeUnit.SECONDS));
Expand Down

0 comments on commit 5ddbe3e

Please sign in to comment.