diff options
author | Adam Juraszek <Adam.Juraszek@ataccama.com> | 2019-05-22 18:36:42 +0200 |
---|---|---|
committer | Adam Juraszek <Adam.Juraszek@ataccama.com> | 2019-05-22 18:36:42 +0200 |
commit | 06004b933b6afaa58ca753c4c33e8a977f91e294 (patch) | |
tree | 3b6ec0d02aa3f632b92d5eef1d428f14fc15aa82 /website | |
parent | 7fe489686716e72983d2c3586c7e2e1e07200ba7 (diff) | |
download | lombok-06004b933b6afaa58ca753c4c33e8a977f91e294.tar.gz lombok-06004b933b6afaa58ca753c4c33e8a977f91e294.tar.bz2 lombok-06004b933b6afaa58ca753c4c33e8a977f91e294.zip |
Fixes for CustomLog, AUTHORS entry, extended changlog
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/features/log.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/log.html b/website/templates/features/log.html index 2547af14..9436d338 100644 --- a/website/templates/features/log.html +++ b/website/templates/features/log.html @@ -15,7 +15,7 @@ <@f.overview> <p> - You put the variant of <code>@Log</code> on your class (whichever one applies to the logging system you use); you then have a static final <code>log</code> field, initialized as is the commonly proscribed way for the logging framework you use, which you can then use to write log statements. + You put the variant of <code>@Log</code> on your class (whichever one applies to the logging system you use); you then have a static final <code>log</code> field, initialized as is the commonly prescribed way for the logging framework you use, which you can then use to write log statements. </p><p> There are several choices available:<br /> <dl> |