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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new f8a6bf950 Fix console compiler warning
f8a6bf950 is described below
commit f8a6bf9500f655c0f772313e8d0098984420299b
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 19 06:48:34 2025 -0500
Fix console compiler warning
ReflectionDiffBuilderTest.java:[172,52]
non-varargs call of varargs method with inexact argument type for last
parameter
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d733bdcb5..535956727 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
ClassUtils.getClass(String, boolean),
ClassUtils.getClass(String).</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: TypeUtils.java:[361,33] non-varargs call
of varargs method with inexact argument type for last parameter.</action>
+ <action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: ReflectionDiffBuilderTest.java:[172,52]
non-varargs call of varargs method with inexact argument type for last
parameter.</action>
<!-- ADD -->
<!-- UPDATE -->
</release>