harshithasudhakar opened a new pull request, #3663:
URL: https://github.com/apache/eventmesh/pull/3663

   Fixes #3650 
   
   ### Modifications
   
   a. Replaced 'config == null ? false : config.monitor()' with 'config != null 
&& config.monitor()' at line 84
   b. Imported 'java.util.Objects'
   Also, 'Objects.requireNonNull(resourceUrl)' at line 130
   
   
   ### Documentation
   
   - Does this pull request introduce a new feature? No
   - If yes, how is the feature documented? NA
   


-- 
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]

Reply via email to