mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 04:42:06 +01:00
Fix javadoc generation
This commit is contained in:
parent
7eb2f5fb4d
commit
4bd01578fb
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public final class ProducerOptions {
|
||||||
* Defaults to {@link StreamEncoding#BINARY}.
|
* Defaults to {@link StreamEncoding#BINARY}.
|
||||||
*
|
*
|
||||||
* This does not change the encoding of the wrapped data itself.
|
* This does not change the encoding of the wrapped data itself.
|
||||||
* To apply CR/LF encoding to your input data before processing, use {@link #applyCRLFEncoding(boolean)} instead.
|
* To apply CR/LF encoding to your input data before processing, use {@link #applyCRLFEncoding()} instead.
|
||||||
*
|
*
|
||||||
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.9">RFC4880 §5.9. Literal Data Packet</a>
|
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.9">RFC4880 §5.9. Literal Data Packet</a>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue