Replace val with native final var in Java >= 10

This commit is contained in:
Rawi01
2021-02-02 09:44:36 +01: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
//platform !eclipse: Requires a 'full' eclipse with intialized workspace, and we don't (yet) have that set up properly in the test run.
import lombok.Getter;
import lombok.Setter;