Skip to content

Commit

Permalink
Javadoc: Add missing constructor Javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 10, 2024
1 parent 53f3d02 commit 9e8cb86
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ protected interface InputStreamConstructor<T extends InputStream> {
/** Flag to indicate if the buffers can be reused after reset */
private boolean reuseBuffers = true;

/**
* Constructs a new instance for subclasses.
*/
public AbstractByteArrayOutputStream() {
// empty
}

/**
* Does nothing.
*
Expand Down

0 comments on commit 9e8cb86

Please sign in to comment.