Delete Javadoc references to removed code

See gh-18755
This commit is contained in:
Cosmin Humeniuc 2019-10-20 20:10:11 +03:00 committed by Stephane Nicoll
parent 95270db7ab
commit d8d24e75e3
1 changed files with 1 additions and 3 deletions

View File

@ -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