Remove duplicated words in Javadoc

This commit is contained in:
Sam Brannen
2022-12-18 11:03:29 +01:00
parent d2b54e2611
commit 5c28b56823
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ import org.springframework.util.MimeTypeUtils;
* Decode from a data buffer stream to a {@code String} stream, either splitting
* or aggregating incoming data chunks to realign along newlines delimiters
* and produce a stream of strings. This is useful for streaming but is also
* necessary to ensure that that multibyte characters can be decoded correctly,
* necessary to ensure that multi-byte characters can be decoded correctly,
* avoiding split-character issues. The default delimiters used by default are
* {@code \n} and {@code \r\n} but that can be customized.
*