From 9941cd1699ac7434c9e96ffd97bf1ec9d0a54f06 Mon Sep 17 00:00:00 2001 From: feri Date: Wed, 23 Feb 2022 22:40:24 +0100 Subject: [PATCH] anotherone bites the whitespace... --- .../src/test/java/org/pgpainless/example/Encrypt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgpainless-core/src/test/java/org/pgpainless/example/Encrypt.java b/pgpainless-core/src/test/java/org/pgpainless/example/Encrypt.java index f31c517b..3a3888a1 100644 --- a/pgpainless-core/src/test/java/org/pgpainless/example/Encrypt.java +++ b/pgpainless-core/src/test/java/org/pgpainless/example/Encrypt.java @@ -133,7 +133,7 @@ public class Encrypt { /** * In this example, Alice is sending a signed and encrypted message to Bob. * She encrypts the message to both bobs certificate and her own. - * A comment header with the text "This comment was added using options." is added + * A comment header with the text "This comment was added using options." is added * using the fluent ProducerOption syntax. * * Bob subsequently decrypts the message using his key.