mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-11 11:19:39 +02:00
ConsumerOptions.setIsCleartextSigned -> return this
This commit is contained in:
parent
b33885c268
commit
f3cf3456ab
1 changed files with 2 additions and 1 deletions
|
@ -351,8 +351,9 @@ public class ConsumerOptions {
|
||||||
* INTERNAL method to mark cleartext signed messages.
|
* INTERNAL method to mark cleartext signed messages.
|
||||||
* Do not call this manually.
|
* Do not call this manually.
|
||||||
*/
|
*/
|
||||||
public void setIsCleartextSigned() {
|
public ConsumerOptions setIsCleartextSigned() {
|
||||||
this.cleartextSigned = true;
|
this.cleartextSigned = true;
|
||||||
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue