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

   Fixes #4215.
   
   ### Motivation
   
   #### Typos
   
   
![image](https://github.com/apache/eventmesh/assets/41445332/1bd52756-90d9-4ba7-99a5-3a7b59e67cbf)
   
   #### Redundant keyword
   
   
![image](https://github.com/apache/eventmesh/assets/41445332/b5c1587a-07a3-4080-b10f-a666dfbf0dfc)
   
   The `transient` keyword won't make any sense in this context as it's a 
static field. `transient` is used to indicate that a field should not be 
serialized, but `static` fields are inherently not serialized anyway.
   
   ### Modifications
   
   #### Correct typos
   
   
![image](https://github.com/apache/eventmesh/assets/41445332/87a38fb6-e4e0-4347-87d8-626c46ee6795)
   
   #### Remove redundant keyword
   
   
![image](https://github.com/apache/eventmesh/assets/41445332/5fd9d7ee-dfaf-4629-95b3-155a9deff948)
   
   ### Documentation
   
   - Does this pull request introduce a new feature? (no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   - If a feature is not applicable for documentation, explain why?
   - If a feature is not documented yet in this PR, please create a followup 
issue for adding the documentation
   


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