Skip to content

Conversation

@arouraus
Copy link
Contributor

@arouraus arouraus commented Oct 26, 2022

add final modifier to a static variable

Fixes #1880.

Motivation

In this condition, the variable is declared as private static. As it would not vary, it can be add the 'final' modifier.

Modifications

Add a 'final' modifier to the declaration of the variable.

Documentation

This pull request won't introduce a new feature.

add final modifier to a static variable
[ISSUE apache#1880]add final modifier to a static variable
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to the Apache EventMesh (incubating) community!!
This is your first PR in our project. We're very excited to have you onboard contributing. Your contributions are greatly appreciated!

Please make sure that the changes are covered by tests.
We will be here shortly.
Let us know if you need any help!

Want to get closer to the community?

WeChat Group:
wechat_qr

Mailing Lists:

Name Description Subscribe Unsubscribe Archive
Users User support and questions mailing list Subscribe Unsubscribe Mail Archives
Development Development related discussions Subscribe Unsubscribe Mail Archives
Commits All commits to repositories Subscribe Unsubscribe Mail Archives

@MajorHe1 MajorHe1 merged commit 3d18d63 into apache:master Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Field isn't final but should be

2 participants