mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 04:42:06 +01: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…
Reference in a new issue