Jason Huynh created GEODE-7768:
----------------------------------
Summary: Code clean up, remove redundant null check in
BootstrappingFunction
Key: GEODE-7768
URL: https://issues.apache.org/jira/browse/GEODE-7768
Project: Geode
Issue Type: Task
Reporter: Jason Huynh
The null check in the equals method of BootstrappingFunction can be safely
removed. The instanceof check will return false if the object is null.
See here:
[https://github.com/apache/geode/blob/cee84bbc53c707b2ca13ca664fb3087fec1c71ed/extensions/geode-modules/src/main/java/org/apache/geode/modules/util/BootstrappingFunction.java#L194]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)