Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning at the code level (format - jme3-core) #2299

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

JNightRider
Copy link
Contributor

Hello everyone, this PR mainly changes the way static and final variables are declared. These changes only applied to the jme3-core module (generally)

Before

final private...
private final static...

After

private final...
private static final...

In some classes no headers (license) were set. This is now corrected. Also add some annotations to suppress warnings when a method is generic.

What do you think of these changes?

@stephengold stephengold merged commit cb20019 into jMonkeyEngine:master Jul 28, 2024
14 checks passed
@JNightRider JNightRider deleted the corrections branch July 28, 2024 23:18
@stephengold stephengold added this to the Future Release milestone Oct 22, 2024
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.

3 participants