mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-07 08:17:17 +00:00
tests updated; a few tests were failing because we removed a few things recently, such as value and builder from experimental.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import java.util.List;
|
||||
import lombok.experimental.Builder;
|
||||
import lombok.Builder;
|
||||
|
||||
class BuilderComplex {
|
||||
@Builder(buildMethodName = "execute")
|
||||
|
||||
Reference in New Issue
Block a user