diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-01-19 23:03:54 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-01-19 23:03:54 +0100 |
commit | cdb4920d52b372831807347ccc28a3382a6fea7d (patch) | |
tree | 2c07a6b9b302b1bf99556d05f4cf48796f7f51c4 | |
parent | 14cc54527663018cdf7343eefffc8c37fbce93bb (diff) | |
download | lombok-cdb4920d52b372831807347ccc28a3382a6fea7d.tar.gz lombok-cdb4920d52b372831807347ccc28a3382a6fea7d.tar.bz2 lombok-cdb4920d52b372831807347ccc28a3382a6fea7d.zip |
Typo in changelog
-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 72291c5b..a9a7490c 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.12.5 "Edgy Guinea Pig" -* DETAIL: {Delombok} Inside enum bodies the delombok formatter didn't respect the emptyLines directive [Issue #529](https://code.google.com/p/projectlombok/issues/detail?id=629). +* DETAIL: {Delombok} Inside enum bodies the delombok formatter didn't respect the emptyLines directive [Issue #629](https://code.google.com/p/projectlombok/issues/detail?id=629). * DETAIL: Use smaller primes (<127) for generating hashcodes [Issue #625](https://code.google.com/p/projectlombok/issues/detail?id=625) ### v1.12.4 (January 15th, 2014) |