mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
lombok.val import now gets removed. Only adding lombok.val flags the compilation unit as changed.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import lombok.val;
|
||||
|
||||
public class ValLessSimple {
|
||||
private short field2 = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user