This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 0f0b7b98 Javadoc
0f0b7b98 is described below
commit 0f0b7b9881df938bf1452cf934b9e84c1e342dfc
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 23 10:52:11 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/cli/DeprecatedAttributes.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/cli/DeprecatedAttributes.java
b/src/main/java/org/apache/commons/cli/DeprecatedAttributes.java
index 9f958e9b..54b1d264 100644
--- a/src/main/java/org/apache/commons/cli/DeprecatedAttributes.java
+++ b/src/main/java/org/apache/commons/cli/DeprecatedAttributes.java
@@ -82,7 +82,7 @@ public final class DeprecatedAttributes {
}
/**
- * Whether this option is subject to removal in a future version.
+ * Sets whether this option is subject to removal in a future version.
*
* @param forRemoval whether this is subject to removal in a future
version.
* @return {@code this} instance.