Browse Source

Fix checkstyle warning

pull/23098/head
Rossen Stoyanchev 6 years ago
parent
commit
1f35bb609b
  1. 2
      spring-web/src/main/java/org/springframework/http/client/MultipartBodyBuilder.java

2
spring-web/src/main/java/org/springframework/http/client/MultipartBodyBuilder.java

@ -225,8 +225,8 @@ public final class MultipartBodyBuilder {
/** /**
* Set the {@linkplain MediaType media type} of the part. * Set the {@linkplain MediaType media type} of the part.
* @param contentType the content type * @param contentType the content type
* @see HttpHeaders#setContentType(MediaType)
* @since 5.2 * @since 5.2
* @see HttpHeaders#setContentType(MediaType)
*/ */
PartBuilder contentType(MediaType contentType); PartBuilder contentType(MediaType contentType);

Loading…
Cancel
Save