Skip to content

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