Skip to content

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

Merged
stephengold merged 1 commit intojMonkeyEngine:masterfrom
JNightRider:corrections
Jul 28, 2024
Merged

Cleaning at the code level (format - jme3-core)#2299
stephengold merged 1 commit intojMonkeyEngine:masterfrom
JNightRider:corrections

Conversation

@JNightRider
Copy link
Copy Markdown
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