mirror of
https://github.com/apple/pkl.git
synced 2026-06-12 08:34:27 +02:00
a7c7e51180
- Refactor code to use the following basic Java 17 features: - pattern matching for instanceof - @Serial annotation - switch expressions - enhanced switch statements - StringBuilder.isEmpty() - Replace two switch statements with simpler if statements. - Rename a few local variables.