Skip to content

Commit 8bc9bab

Browse files
Copilotbrunoborges
andauthored
Fix guarded-patterns oldLabel: Java 8 → Java 16
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> Agent-Logs-Url: https://github.com/javaevolved/javaevolved.github.io/sessions/6e4f3061-d687-4c15-a69c-9f93639dff21
1 parent f7db57d commit 8bc9bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/language/guarded-patterns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Guarded patterns with when"
55
category: "language"
66
difficulty: "intermediate"
77
jdkVersion: "21"
8-
oldLabel: "Java 8"
8+
oldLabel: "Java 16"
99
modernLabel: "Java 21+"
1010
oldApproach: "Nested if"
1111
modernApproach: "when Clause"

0 commit comments

Comments
 (0)