aboutsummaryrefslogtreecommitdiff
path: root/website/features/EqualsAndHashCode.html
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2009-07-29 01:44:16 +0200
committerRoel Spilker <r.spilker@gmail.com>2009-07-29 01:44:16 +0200
commit86acfadf552be04499c22de4531cc473e26372c5 (patch)
tree5fd2a0e92210e2dc08da8226fa9efe87edcc86c3 /website/features/EqualsAndHashCode.html
parent2781b8592b526beddef6158b756b19e2194c30d0 (diff)
downloadlombok-86acfadf552be04499c22de4531cc473e26372c5.tar.gz
lombok-86acfadf552be04499c22de4531cc473e26372c5.tar.bz2
lombok-86acfadf552be04499c22de4531cc473e26372c5.zip
Use single quote instead of double quote in javadoc generation due to wonky
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n"
Diffstat (limited to 'website/features/EqualsAndHashCode.html')
-rw-r--r--website/features/EqualsAndHashCode.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/features/EqualsAndHashCode.html b/website/features/EqualsAndHashCode.html
index 3e19814c..2d2b7ec7 100644
--- a/website/features/EqualsAndHashCode.html
+++ b/website/features/EqualsAndHashCode.html
@@ -63,7 +63,7 @@
each other, which lombok cannot guarantee if it is only generating one of the two methods, hence you always get a warning if one <em>or</em> both
of the methods already exist.
</p><p>
- Attempting to exclude fields that don't exist or would have been excluded anyway (because they are static) results in warnings on the named fields.
+ Attempting to exclude fields that don't exist or would have been excluded anyway (because they are static or transient) results in warnings on the named fields.
You therefore don't have to worry about typos.
</p>
</div>