1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-17 01:31:08 +01:00

fix reported ":pgpainless-core:checkstyleMain" whitespace issues.

This commit is contained in:
feri 2022-02-23 22:20:42 +01:00
parent f29caaf7d9
commit 151b765302

View file

@ -111,9 +111,9 @@ public final class ProducerOptions {
/** /**
* set the comment for header in ascii armored output. * set the comment for header in ascii armored output.
* The default value is null, which means no comment header is added. * The default value is null, which means no comment header is added.
* Multiline comments are possible seperated with '\\n'. * Multiline comments are possible using '\\n'.
* *
* @param comment * @param comment comment header text
* @return builder * @return builder
*/ */
public ProducerOptions setComment(String comment) { public ProducerOptions setComment(String comment) {