This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 76669e391c6105c426c23a01ad9c589be2517d39 Author: Alex <[email protected]> AuthorDate: Sat Aug 17 11:09:41 2024 -0400 formatting --- .../main/java/org/apache/wiki/providers/BasicAttachmentProvider.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jspwiki-main/src/main/java/org/apache/wiki/providers/BasicAttachmentProvider.java b/jspwiki-main/src/main/java/org/apache/wiki/providers/BasicAttachmentProvider.java index ee4b0b054..1b5ce9835 100644 --- a/jspwiki-main/src/main/java/org/apache/wiki/providers/BasicAttachmentProvider.java +++ b/jspwiki-main/src/main/java/org/apache/wiki/providers/BasicAttachmentProvider.java @@ -383,8 +383,9 @@ public class BasicAttachmentProvider implements AttachmentProvider { + " if you did not touch the repository, there is a serious bug somewhere or perhaps it" + " was deleted by antivirus software, etc. " + "Attachment = " + attachment + ", decoded = " + attachmentName ); - } else + } else { result.add( att ); + } } } }
