mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 04:42:06 +01: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…
Reference in a new issue