diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-10 17:59:14 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-10 17:59:14 +0200 |
commit | 08bc31232f35026b674cfaff26097febbe2c8af7 (patch) | |
tree | ef81a91ee6c1c259f6ff3ebc57bae29ebc46a1ba /doc | |
parent | e25fd4fd9ffc0315c24a0f42dbd2876fa3c7ee9a (diff) | |
download | lombok-08bc31232f35026b674cfaff26097febbe2c8af7.tar.gz lombok-08bc31232f35026b674cfaff26097febbe2c8af7.tar.bz2 lombok-08bc31232f35026b674cfaff26097febbe2c8af7.zip |
I forgot; HandleSetter/HandleGetter already act appropriately with static modifiers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 5effa546..4f2e4a6a 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -1,7 +1,3 @@ -## Fix Getter and Setter - -static fields. - ##Fix data the constructor generation is just not that useful as is. Consider generating a constructor with only all final variables. |