BAEL-5180 improvement on the article about sealed class

move code to java 17 and use getPermittedSubClasses instead of permittedSubClasses
This commit is contained in:
thibault.faure
2022-06-19 14:02:40 +02:00
parent 223e62f751
commit 4298849d9e
12 changed files with 3 additions and 3 deletions
+1
View File
@@ -5,3 +5,4 @@
- [Introduction to HexFormat in Java 17](https://www.baeldung.com/java-hexformat)
- [New Features in Java 17](https://www.baeldung.com/java-17-new-features)
- [Random Number Generators in Java 17](https://www.baeldung.com/java-17-random-number-generators)
- [Sealed Classes and Interfaces in Java 17](https://www.baeldung.com/java-sealed-classes-interfaces)