From ce685ec1696a95d6a73dc111d0ccafa8ce07a75e Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Thu, 25 Aug 2022 09:01:54 -0700 Subject: Fix typos --- website/templates/features/experimental/Jacksonized.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/templates/features/experimental') diff --git a/website/templates/features/experimental/Jacksonized.html b/website/templates/features/experimental/Jacksonized.html index 1182bdef..b3a13864 100644 --- a/website/templates/features/experimental/Jacksonized.html +++ b/website/templates/features/experimental/Jacksonized.html @@ -40,7 +40,7 @@ public class JacksonExample {
  • Insert @JsonPOJOBuilder(withPrefix="") on the generated builder class to override Jackson's default prefix "with". If you configured a different prefix in lombok using setterPrefix, this value is used. - If you changed the name of the build() method using using buildMethodName, this is also made known to Jackson. + If you changed the name of the build() method using buildMethodName, this is also made known to Jackson.
  • For @SuperBuilder, make the builder implementation class package-private.
  • -- cgit