1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-19 10:52:05 +01:00

Document ArmoredOutputStreamFactory.setVersionInfo(null)

This commit is contained in:
Paul Schaub 2022-11-11 13:49:28 +01:00
parent 243d64fcb4
commit ae88fdf4ab
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -55,6 +55,7 @@ public final class ArmoredOutputStreamFactory {
/**
* Overwrite the version header of ASCII armors with a custom value.
* Newlines in the version info string result in multiple version header entries.
* If this is set to <pre>null</pre>, then the version header is omitted altogether.
*
* @param versionString version string
*/