mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-16 17:21:08 +01:00
fix reported ":pgpainless-core:checkstyleMain" whitespace issues.
This commit is contained in:
parent
f29caaf7d9
commit
151b765302
1 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||||
|
|
@ -141,7 +141,7 @@ public final class ProducerOptions {
|
||||||
public boolean hasComment() {
|
public boolean hasComment() {
|
||||||
return comment != null;
|
return comment != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ProducerOptions setCleartextSigned() {
|
public ProducerOptions setCleartextSigned() {
|
||||||
if (signingOptions == null) {
|
if (signingOptions == null) {
|
||||||
throw new IllegalArgumentException("Signing Options cannot be null if cleartext signing is enabled.");
|
throw new IllegalArgumentException("Signing Options cannot be null if cleartext signing is enabled.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue