Co-authored-by: Dorian Burihabwa <75226315+dorian-burihabwa-sonarsource@users.noreply.github.com>
This commit is contained in:
tomasz-tylenda-sonarsource 2025-03-28 17:52:27 +01:00 committed by GitHub
parent 80a1cdd7ee
commit c2c26fa255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,4 +29,4 @@ firstValueMap.merge(event.id, event.value, (oldValue, _) -> oldValue);
== Resources
=== Documentation
* Java Language Updates - https://docs.oracle.com/en/java/javase/22/language/unnamed-variables-and-patterns.html[Unnamed Variables and Patterns]
* OpenJDK - https://openjdk.org/jeps/456[JEP 456: Unnamed Variables & Patterns]