Replace val with native final var in Java >= 10

This commit is contained in:
Rawi01
2021-09-06 11:58:05 +02:00
committed by Roel Spilker
parent e050dafc90
commit fdcbaa033d
36 changed files with 128 additions and 16 deletions
@@ -1,4 +1,4 @@
// version 8:
// version 8:9
import java.util.function.Function;
import java.util.function.Supplier;