Revised ByteArrayOutputStream handling in MarshallingView and co

Issue: SPR-11646
(cherry picked from commit 8006696)
This commit is contained in:
Juergen Hoeller
2014-04-02 20:57:09 +02:00
parent d1030b798d
commit f014bbb5cf
3 changed files with 10 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ import java.io.ByteArrayOutputStream;
*
* @author Brian Clozel
* @author Juergen Hoeller
* @since 4.0
* @since 4.0.3
*/
public class ResizableByteArrayOutputStream extends ByteArrayOutputStream {