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:
Reinier Zwitserloot
2018-03-20 01:17:54 +01:00
parent c08559b016
commit 5a5d75a931
13 changed files with 2 additions and 209 deletions
@@ -1,5 +1,5 @@
import java.util.List;
import lombok.experimental.Builder;
import lombok.Builder;
class BuilderComplex {
@Builder(buildMethodName = "execute")