harshithasudhakar opened a new pull request, #3627:
URL: https://github.com/apache/eventmesh/pull/3627
[Fixes #3165] "Actual value of parameter 'defaultValue' is always"
### Motivation
Since the 'defaultValue' variable is going to be empty throughout. Hence,
there is no requirement of a third parameter.
### Modifications
Removed the parameter 'defaultValue' at line 256. Replaced 'defaultvalue'
with "" at line 258 . I have also removed the third parameter at lines 196 and
197.
### Documentation
- Does this pull request introduce a new feature? (yes / no)
No
- If yes, how is the feature documented? (not applicable / docs / JavaDocs /
not documented)
Not applicable
--
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]