You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/MultipartConfigFactory.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,7 @@
21
21
importorg.springframework.util.unit.DataSize;
22
22
23
23
/**
24
-
* Factory that can be used to create a {@link MultipartConfigElement}. Size values can be
25
-
* set using traditional {@literal long} values which are set in bytes or using more
26
-
* convenient {@link DataSize} variants.
24
+
* Factory that can be used to create a {@link MultipartConfigElement}.
0 commit comments