aboutsummaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-07-09 00:43:28 +0200
committerGitHub <noreply@github.com>2019-07-09 00:43:28 +0200
commit5ad6796b182c8071fe747493ed2f9ad2443dc212 (patch)
tree41c9e1a65c990bac926ed029cc43966a91037cd9 /website/templates
parent7fe489686716e72983d2c3586c7e2e1e07200ba7 (diff)
parent2a98c4d1fd80ff0b3181da4fe8d5f3f32f168644 (diff)
downloadlombok-5ad6796b182c8071fe747493ed2f9ad2443dc212.tar.gz
lombok-5ad6796b182c8071fe747493ed2f9ad2443dc212.tar.bz2
lombok-5ad6796b182c8071fe747493ed2f9ad2443dc212.zip
Merge pull request #2136 from ataccama/customlog
Fixes for CustomLog, AUTHORS entry, extended changlog
Diffstat (limited to 'website/templates')
-rw-r--r--website/templates/features/log.html2
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>