Skip to content

Commit 2eff168

Browse files
author
jmhofer
committed
Removed superfluous null check
1 parent 0916719 commit 2eff168

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rxjava-core/src/main/java/rx/util/Timestamped.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ public boolean equals(Object obj) {
4040
if (this == obj) {
4141
return true;
4242
}
43-
if (obj == null) {
44-
return false;
45-
}
4643
if (!(obj instanceof Timestamped)) {
4744
return false;
4845
}

0 commit comments

Comments
 (0)