aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/EqualsAndHashCode.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/lombok/EqualsAndHashCode.java')
-rw-r--r--src/lombok/EqualsAndHashCode.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lombok/EqualsAndHashCode.java b/src/lombok/EqualsAndHashCode.java
index 597a6933..f752d70c 100644
--- a/src/lombok/EqualsAndHashCode.java
+++ b/src/lombok/EqualsAndHashCode.java
@@ -64,8 +64,8 @@ public @interface EqualsAndHashCode {
String[] exclude() default {};
/**
- * If present, explicitly lists the fields that are to be printed.
- * Normally, all non-static, non-transient fields are printed.
+ * If present, explicitly lists the fields that are to be used for identity.
+ * Normally, all non-static, non-transient fields are used for identity.
* <p>
* Mutually exclusive with {@link #exclude()}.
*/