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


The following commit(s) were added to refs/heads/main by this push:
     new ecf3e24  fix comment
ecf3e24 is described below

commit ecf3e24f389a9c531af87b8e0664a61fbd2db72b
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Aug 2 11:41:54 2026 +0200

    fix comment
---
 src/main/org/apache/ant/cyclonedx/ComponentScope.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/org/apache/ant/cyclonedx/ComponentScope.java 
b/src/main/org/apache/ant/cyclonedx/ComponentScope.java
index 843dd1c..662e345 100644
--- a/src/main/org/apache/ant/cyclonedx/ComponentScope.java
+++ b/src/main/org/apache/ant/cyclonedx/ComponentScope.java
@@ -25,8 +25,8 @@ import org.cyclonedx.model.Component.Scope;
 /**
  * CycloneDX component type.
  *
- * <p>Accepts the enum constants like {@code LIBRARY} as well as the
- * lowercase version {@code library}. The values are directly provided
+ * <p>Accepts the enum constants like {@code OPTIONAL} as well as the
+ * lowercase version {@code optional}. The values are directly provided
  * by CycloneDX Core's enum.</p>
  */
 public class ComponentScope extends EnumeratedAttribute {

Reply via email to