mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
Fixes #3120
Update AUTHORS file. Remove extraneous code from EqualsAndHashCodeWithNonNullByDefault test case.
This commit is contained in:
@@ -3,9 +3,4 @@ import javax.annotation.ParametersAreNonnullByDefault;
|
||||
@lombok.EqualsAndHashCode
|
||||
@ParametersAreNonnullByDefault
|
||||
class EqualsAndHashCodeWithNonNullByDefault {
|
||||
int x;
|
||||
boolean[] y;
|
||||
Object[] z;
|
||||
String a;
|
||||
String b;
|
||||
}
|
||||
Reference in New Issue
Block a user