Genuifx opened a new pull request, #1972:
URL: https://github.com/apache/incubator-eventmesh/pull/1972
Replace with Objects.equals()
ref #1966 Fixes #1966
### Motivation
'context != null ? !context.equals(session.context) : session.context !=
null' replaceable by 'Objects.equals()' expression.
### Modifications
Replace with Objects.equals()
### Documentation
- Does this pull request introduce a new feature? (yes / no) no
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]