This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
commit 4d111ad8776a7e9153f18646777f376282a01f1f Author: Stefan Bodewig <[email protected]> AuthorDate: Sun Jun 21 09:58:09 2026 +0200 stray closing p tag --- .../apache/ant/cyclonedx/FilesystemOnlyMappedResourceCollection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/ant/cyclonedx/FilesystemOnlyMappedResourceCollection.java b/src/main/org/apache/ant/cyclonedx/FilesystemOnlyMappedResourceCollection.java index 0602d11..095d308 100644 --- a/src/main/org/apache/ant/cyclonedx/FilesystemOnlyMappedResourceCollection.java +++ b/src/main/org/apache/ant/cyclonedx/FilesystemOnlyMappedResourceCollection.java @@ -19,7 +19,7 @@ import org.apache.tools.ant.util.MergingMapper; * A variant of {@link MappedResourceCollection} that only accepts * file-system resource collections as children and which returns * resources that provide access to the underlying files (unlike - * {@link MappedResourceCollection} which prevents direct access.</p> + * {@link MappedResourceCollection} which prevents direct access. * * <p>It wraps another resource collection and maps their names using * the provided mapper when returning the resources.</p>
