mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Add javadoc header to SignatureGenerationStream
This commit is contained in:
parent
f8e66f4d61
commit
131c0c6d03
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ import javax.annotation.Nonnull;
|
|||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
|
||||
/**
|
||||
* OutputStream which has the task of updating signature generators for written data.
|
||||
*/
|
||||
class SignatureGenerationStream extends OutputStream {
|
||||
|
||||
private final OutputStream wrapped;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue