Skip to content

Commit f08d614

Browse files
josealonsokahgoh
andauthored
Update concepts/switch-statement/about.md
Co-authored-by: Kah Goh <[email protected]>
1 parent ea2b915 commit f08d614

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

concepts/switch-statement/about.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ Starting with Java 14 (available as a preview before in Java 12 and 13) it is po
145145
However if you use the new `->` notation it must be followed by either: a single statement/expression, a `throw` statement or a `{}` block.
146146
No more confusion!
147147

148-
The first LTS (Long Term Support) version that had these improvements was Java 17, released on September, 2021.
149148

150149
In addition, a feature called `Guarded Patterns` was added, which allows you to do checks in the case label itself.
151150

0 commit comments

Comments
 (0)