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-jxpath.git
The following commit(s) were added to refs/heads/master by this push: new fcba02f Javadoc fcba02f is described below commit fcba02fcba6059ef4ac1b39b3d995f2de8703fea Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 23 10:24:53 2025 -0400 Javadoc --- src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java b/src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java index c8cd411..b3eefd5 100644 --- a/src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java +++ b/src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java @@ -235,11 +235,11 @@ public class BasicTypeConverter implements TypeConverter { } /** - * Returns true if it can convert the supplied object to the specified class. + * Tests whether this instance can convert the supplied object to the specified class. * * @param object to check * @param toType prospective destination class - * @return boolean + * @return boolean whether this instance can convert the supplied object to the specified class. */ @Override public boolean canConvert(final Object object, final Class toType) {