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-jxpath.git
The following commit(s) were added to refs/heads/master by this push:
new d72f084d Javadoc
d72f084d is described below
commit d72f084d9ca91087f28bcb06dbbde0a6a7a7b60b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 14:02:47 2026 +0000
Javadoc
---
src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 b41c6694..22dd05eb 100644
--- a/src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java
+++ b/src/main/java/org/apache/commons/jxpath/util/BasicTypeConverter.java
@@ -494,7 +494,7 @@ public class BasicTypeConverter implements TypeConverter {
/**
* Gets an unmodifiable version of a collection.
*
- * @param <E> the type of elements in this collection.
+ * @param <E> The type of elements in this collection.
* @param collection to wrap
* @return Collection
*/