diff --git a/spring-web/src/main/java/org/springframework/http/client/MultipartBodyBuilder.java b/spring-web/src/main/java/org/springframework/http/client/MultipartBodyBuilder.java index c80e3c56e2..fa72443937 100644 --- a/spring-web/src/main/java/org/springframework/http/client/MultipartBodyBuilder.java +++ b/spring-web/src/main/java/org/springframework/http/client/MultipartBodyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ import org.springframework.util.MultiValueMap; * others registered in the * {@link org.springframework.core.ReactiveAdapterRegistry ReactiveAdapterRegistry}. * - *

This builder is intended for use with the reactive + *

This builder is intended to POST {@code multipart/form-data} using the reactive * {@link org.springframework.web.reactive.function.client.WebClient WebClient}. * For multipart requests with the {@code RestTemplate}, simply create and * populate a {@code MultiValueMap} as shown in the Javadoc for