diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/MultipartProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/MultipartProperties.java index 4508ea4fd1..79c2e54fc6 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/MultipartProperties.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/MultipartProperties.java @@ -25,19 +25,18 @@ import org.springframework.util.StringUtils; /** * Properties to be used in configuring a {@link MultipartConfigElement}. *
- * These properties are ultimately passed through {@link MultipartConfigFactory} which - * means you may specify the values using {@literal long} values or using more readable + * These properties are ultimately passed to {@link MultipartConfigFactory} which means + * you may specify numeric values using {@literal long} values or using more readable * {@literal String} variants that accept {@literal KB} or {@literal MB} suffixes. * * @author Josh Long