From d8d24e75e3bc9b10c9b3aaa18b1d3cb2549f858c Mon Sep 17 00:00:00 2001 From: Cosmin Humeniuc Date: Sun, 20 Oct 2019 20:10:11 +0300 Subject: [PATCH] Delete Javadoc references to removed code See gh-18755 --- .../boot/web/servlet/MultipartConfigFactory.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/MultipartConfigFactory.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/MultipartConfigFactory.java index a2fa68d4c4b..91bc1db34f2 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/MultipartConfigFactory.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/MultipartConfigFactory.java @@ -21,9 +21,7 @@ import javax.servlet.MultipartConfigElement; import org.springframework.util.unit.DataSize; /** - * Factory that can be used to create a {@link MultipartConfigElement}. Size values can be - * set using traditional {@literal long} values which are set in bytes or using more - * convenient {@link DataSize} variants. + * Factory that can be used to create a {@link MultipartConfigElement}. * * @author Phillip Webb * @since 1.4.0