Annotation message doesn't appear

When I create a text redaction annotation and add to it a message, it doesn’t appear when I open the PDF file. But if I add a reply without any other change, the message and the reply are shown.

I attached the images and the class (AddResourcesRedactionAnnotation.java) that I used to do the test, this class is almost the same as the original that I get from Example folder. To do the test leave lines 41 and 42 commented, run the class, and check the result file. Then uncomment line 41 and run it again checking the result.

40 - java.util.List<Reply> replies = new ArrayList<Reply>();
41 - //replies.add(reply1);
42 - //replies.add(reply2);

Git project: GitHub - groupdocs-annotation/GroupDocs.Annotation-for-Java: GroupDocs.Annotation for Java examples, plugins, and showcase
Git branch: master
Git revision: d0cf869d
Acrobat Reader: Version 2021-011.20039 | 64-bit
SO: Windows 10
Java version: 1.8.0_281
CPU: Inter® Core™ i7-9750H CPU @ 2.60GHz
Memory: 16 GB
Files: reply-issue.zip (76.5 KB)

This topic has been moved to the related forum: Annotation message doesn't appear - Free Support Forum - groupdocs.com