diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-21 16:03:04 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-21 16:03:04 +0200 |
commit | 3478ba2bfb6318eca8aa4f6f31c3d53042efc69a (patch) | |
tree | 3e24101cf7bc8f4f75fff47b33959748368041f1 /doc/changelog.markdown | |
parent | 620125c266f3cbc173d0170594242387e176cd2a (diff) | |
download | lombok-3478ba2bfb6318eca8aa4f6f31c3d53042efc69a.tar.gz lombok-3478ba2bfb6318eca8aa4f6f31c3d53042efc69a.tar.bz2 lombok-3478ba2bfb6318eca8aa4f6f31c3d53042efc69a.zip |
Typoed it's. git blame says I did it. I conclude I'm an idiot.
Diffstat (limited to 'doc/changelog.markdown')
-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 ad2b2dcb..7cba5922 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,7 +3,7 @@ Lombok Changelog ### v0.10.0 "Burning Emu" (June 20th, 2011) * FEATURE: New annotation: @Delegate. This annotation lets lombok generate delegation methods for a given field. [More…](http://projectlombok.org/features/Delegate.html) -* FEATURE: Added support for 'val'. Val is an immutable variable that infers it's type from the right hand side of an expression. [More…](http://projectlombok.org/features/val.html) +* FEATURE: Added support for 'val'. Val is an immutable variable that infers its type from the right hand side of an expression. [More…](http://projectlombok.org/features/val.html) * FEATURE: Added support for several logging frameworks via the `@Log`, `@Slf4j`, etc. annotation. [More…](http://projectlombok.org/features/Log.html) * FEATURE: Lombok now supports post-compile transformers. [Issue #144](http://code.google.com/p/projectlombok/issues/detail?id=144) * FEATURE: `@Getter`, `@Setter`, `@XArgsConstructor` now all support `onMethod=`, `onParam=` and/or `onConstructor=`, which lets you add annotations to generated methods. [More…](http://projectlombok.org/features/onX.html) |