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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 6b30f583 Javadoc: Fix spelling 6b30f583 is described below commit 6b30f58378694f774685f56200416bc246fa3f56 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 8 14:11:35 2024 -0500 Javadoc: Fix spelling --- src/main/java/org/apache/commons/beanutils2/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/beanutils2/package-info.java b/src/main/java/org/apache/commons/beanutils2/package-info.java index 07486958..ae08bb94 100644 --- a/src/main/java/org/apache/commons/beanutils2/package-info.java +++ b/src/main/java/org/apache/commons/beanutils2/package-info.java @@ -831,7 +831,7 @@ * * <p>The {@code BeanUtils} class relies on conversion methods defined in * the {@link org.apache.commons.beanutils2.ConvertUtils} class to perform the actual - * conversions, and these methods are availablve for direct use as well. + * conversions, and these methods are availab for direct use as well. * <strong>WARNING</strong> - It is likely that the hard coded use of * {@code ConvertUtils} methods will be deprecated in the future, and * replaced with a mechanism that allows you to plug in your own implementations