@ -263,7 +263,7 @@ public class FastByteArrayOutputStream extends OutputStream {
@@ -263,7 +263,7 @@ public class FastByteArrayOutputStream extends OutputStream {
*/
publicvoidresize(inttargetCapacity){
Assert.isTrue(targetCapacity>=size(),"New capacity must not be smaller than current size");