1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-14 20:59:39 +02:00

Add javadoc header to SignatureGenerationStream

This commit is contained in:
Paul Schaub 2022-03-31 15:10:50 +02:00
parent 3b687e5f49
commit 3535800449
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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;