This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new 0f7293ec Remove bad comment.
0f7293ec is described below
commit 0f7293ec17844523616a62d2c56bc0919679f30a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 29 11:23:30 2026 -0400
Remove bad comment.
---
.../java/org/apache/commons/beanutils2/converters/ArrayConverter.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/beanutils2/converters/ArrayConverter.java
b/src/main/java/org/apache/commons/beanutils2/converters/ArrayConverter.java
index 5f8faae3..39a133a0 100644
--- a/src/main/java/org/apache/commons/beanutils2/converters/ArrayConverter.java
+++ b/src/main/java/org/apache/commons/beanutils2/converters/ArrayConverter.java
@@ -381,8 +381,7 @@ public class ArrayConverter<C> extends AbstractConverter<C>
{
* Sets the allowed characters to be used for parsing a delimited String.
*
* @param allowedChars Characters which are to be considered as part of
the tokens when parsing a delimited String [default is '.' and '-']
- * @deprecated Since 1.12.0: No longer has any effect: every character
apart from whitespace, the delimiter and the quote characters is kept
- * as part of an element.
+ * @deprecated No longer has any effect: every character apart from
whitespace, the delimiter and the quote characters is kept as part of an
element.
*/
@Deprecated
public void setAllowedChars(final char[] allowedChars) {