Merge pull request #18755 from cosminhume

* pr/18755:
  Delete Javadoc references to removed code

Closes gh-18755
This commit is contained in:
Stephane Nicoll 2019-10-27 08:37:03 +01:00
commit 2e8f078084
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; import org.springframework.util.unit.DataSize;
/** /**
* Factory that can be used to create a {@link MultipartConfigElement}. Size values can be * Factory that can be used to create a {@link MultipartConfigElement}.
* set using traditional {@literal long} values which are set in bytes or using more
* convenient {@link DataSize} variants.
* *
* @author Phillip Webb * @author Phillip Webb
* @since 1.4.0 * @since 1.4.0