vinaykpud commented on code in PR #15781: URL: https://github.com/apache/lucene/pull/15781#discussion_r2881675326
########## lucene/CHANGES.txt: ########## @@ -157,6 +157,11 @@ Bug Fixes * GITHUB#14971: Fix CachedExecutor thread pool leak in ConcurrentMergeScheduler when IndexWriter initialization fails. (Su Beom) +* GITHUB#15781: Fix incorrect parameter names in GradientFormatter error messages. Validation of + maxForegroundColor and maxBackgroundColor incorrectly referenced "minForegroundColor" and + "minBackgroundColor" in their error messages. Also removed dead code and a redundant Review Comment: Updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
