diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2016-07-19 13:49:11 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2016-07-19 13:50:43 +0200 |
commit | aa2f4424a78b962edf0b7e0ef551a82c5822619a (patch) | |
tree | 861248d878ae09778b98e4555cfce5c009db67fa /doc | |
parent | fa2ff14e65bea5d3042ffc01c811b00fa6efbd58 (diff) | |
download | lombok-aa2f4424a78b962edf0b7e0ef551a82c5822619a.tar.gz lombok-aa2f4424a78b962edf0b7e0ef551a82c5822619a.tar.bz2 lombok-aa2f4424a78b962edf0b7e0ef551a82c5822619a.zip |
[trivial] typo in changelog and comment in PrettyPrinter.java
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 05b4819b..bdd1c818 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,7 +3,7 @@ Lombok Changelog ### v1.16.11 "Edgy Guinea Pig" * v1.16.10 is the latest release -* BUGFIX: delombok: for-loops with initializers that are not local variable would be generated incorrectly [Issue 1076](https://github.com/rzwitserloot/lombok/issues/1076) +* BUGFIX: delombok: for-loops with initializers that are not local variables would be generated incorrectly [Issue 1076](https://github.com/rzwitserloot/lombok/issues/1076) ### v1.16.10 (July 15th, 2016) * FEATURE: Added support for JBoss logger [Issue #1103](https://github.com/rzwitserloot/lombok/issues/1103) |