From 86acfadf552be04499c22de4531cc473e26372c5 Mon Sep 17 00:00:00 2001
From: Roel Spilker
Date: Wed, 29 Jul 2009 01:44:16 +0200
Subject: 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"
---
website/features/EqualsAndHashCode.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'website/features/EqualsAndHashCode.html')
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 or both
of the methods already exist.
- 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.
--
cgit