This commit is contained in:
Brian Clozel 2014-05-14 18:37:31 +02:00
parent a072b3f20d
commit f651065b5e
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ import java.util.Set;
* @since 4.1 * @since 4.1
* @see ResponseEntity * @see ResponseEntity
*/ */
@SuppressWarnings("rawtypes")
public class ResponseEntityBuilder { public class ResponseEntityBuilder {
private ResponseEntityBuilder() { private ResponseEntityBuilder() {
@ -134,7 +135,7 @@ public class ResponseEntityBuilder {
/** /**
* Add the given, single header value under the given name. * Add the given, single header value under the given name.
* @param headerName the header name * @param headerName the header name
* @param headerValue the header value(s) * @param headerValues the header value(s)
* @return this builder * @return this builder
* @see HttpHeaders#add(String, String) * @see HttpHeaders#add(String, String)
*/ */