aboutsummaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates')
-rw-r--r--website/templates/features/Builder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/Builder.html b/website/templates/features/Builder.html
index a6b8d18f..96a30d99 100644
--- a/website/templates/features/Builder.html
+++ b/website/templates/features/Builder.html
@@ -74,7 +74,7 @@
<p>
If a certain field/parameter is never set during a build session, then it always gets 0 / <code>null</code> / false. If you've put <code>@Builder</code> on a class (and not a method or constructor) you can instead specify the default directly on the field, and annotate the field with <code>@Builder.Default</code>:<br />
- <code>@Builder.Default private final long created = System.currentTimeMillis();</code> </@f.featureSection>
+ <code>@Builder.Default private final long created = System.currentTimeMillis();</code>
</p>
</@f.featureSection>