mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix checkstyle warning
This commit is contained in:
@@ -225,8 +225,8 @@ public final class MultipartBodyBuilder {
|
||||
/**
|
||||
* Set the {@linkplain MediaType media type} of the part.
|
||||
* @param contentType the content type
|
||||
* @see HttpHeaders#setContentType(MediaType)
|
||||
* @since 5.2
|
||||
* @see HttpHeaders#setContentType(MediaType)
|
||||
*/
|
||||
PartBuilder contentType(MediaType contentType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user