Closed itsmiir closed 2 years ago
calling .equals() on a null object will raise an npe, even if the object is being compared to null
.equals()
null
also fixes #6
thanks for contributing :)
calling
.equals()
on anull
object will raise an npe, even if the object is being compared tonull