aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/experimental/Jacksonized.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/features/experimental/Jacksonized.html')
-rw-r--r--website/templates/features/experimental/Jacksonized.html2
1 files changed, 1 insertions, 1 deletions
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 {
</li><li>
Insert <code>@JsonPOJOBuilder(withPrefix="")</code> on the generated builder class to override Jackson's default prefix "with".
If you configured a different prefix in lombok using <code>setterPrefix</code>, this value is used.
- If you changed the name of the <code>build()</code> method using using <code>buildMethodName</code>, this is also made known to Jackson.
+ If you changed the name of the <code>build()</code> method using <code>buildMethodName</code>, this is also made known to Jackson.
</li><li>
For <code>@SuperBuilder</code>, make the builder implementation class package-private.
</li>