Skip to content

Commit a703886

Browse files
Just need that in fact for this case
Signed-off-by: Tristan Chuine <[email protected]>
1 parent 71018e7 commit a703886

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lombok.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
import target/configs/powsybl-build-tools.jar!powsybl-build-tools/lombok.config
2-
3-
# We resolve compilation warnings
4-
lombok.equalsandhashcode.callsuper = CALL
5-
lombok.tostring.callsuper = CALL
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# We resolve compilation warnings for DTOs @Data
2+
lombok.equalsandhashcode.callsuper = CALL
3+
lombok.tostring.callsuper = CALL

0 commit comments

Comments
 (0)