harshithasudhakar opened a new pull request, #3630:
URL: https://github.com/apache/eventmesh/pull/3630
Fixes #3483
### Motivation
When String::replaceAll is used, the first argument should be a real regular
expression. If it’s not the case, String::replace does exactly the same thing
as String::replaceAll without the performance drawback of the regex.
### Modifications
Replaced "replaceAll()" with "replace()"
### 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]