Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f34fc83

Browse files
committed
removed unused code
1 parent e0c5bcf commit f34fc83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/alibaba/fastjson/util/FieldInfo.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,6 @@ public boolean equals(FieldInfo o) {
287287
if (o == this) {
288288
return true;
289289
}
290-
if (o == null) {
291-
return false;
292-
}
293290
return this.compareTo(o) == 0;
294291
}
295292

0 commit comments

Comments
 (0)