Polishing

This commit is contained in:
Juergen Hoeller
2020-08-27 16:16:24 +02:00
parent 6c977e9c2a
commit b6677ccbff
16 changed files with 82 additions and 87 deletions

View File

@@ -292,7 +292,7 @@ public class FastByteArrayOutputStream extends OutputStream {
}
/**
* Create a new buffer and store it in the LinkedList
* Create a new buffer and store it in the LinkedList.
* <p>Adds a new buffer that can store at least {@code minCapacity} bytes.
*/
private void addBuffer(int minCapacity) {