From 99f373c7e2bd270ef2eb6ecc8037a238635582ab Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 8 May 2017 22:32:19 +0200 Subject: website build script updated to work with new template based website. --- website/templates/features/Builder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/templates') 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 @@

If a certain field/parameter is never set during a build session, then it always gets 0 / null / false. If you've put @Builder on a class (and not a method or constructor) you can instead specify the default directly on the field, and annotate the field with @Builder.Default:
- @Builder.Default private final long created = System.currentTimeMillis(); + @Builder.Default private final long created = System.currentTimeMillis();

-- cgit