Skip to content

Commit ca86116

Browse files
committed
update the Checkstyle tool to v13.4.1
1 parent 156cc20 commit ca86116

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2024 Stephen Gold
1+
Copyright (c) 2019-2026 Stephen Gold
22

33
Note: the following license does not apply to certain assets/resources
44
(3 files in src/main/resources/Textures/icons)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[versions]
44

5-
checkstyle = "13.4.0"
5+
checkstyle = "13.4.1"
66
jme = "3.10.0-alpha3"
77

88
[libraries]

src/main/java/com/github/stephengold/wizard/Model.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2019-2023 Stephen Gold
2+
Copyright (c) 2019-2026 Stephen Gold
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are met:
@@ -742,14 +742,14 @@ void load() {
742742

743743
unload();
744744
String assetRoot = assetRoot();
745-
String assetPath = assetPath();
746745

747746
Locators.save();
748747
Locators.unregisterAll();
749748
Locators.registerFilesystem(assetRoot);
750749
Locators.registerDefault();
751750
AssetManager assetManager = Locators.getAssetManager();
752751
assetManager.clearCache();
752+
String assetPath = assetPath();
753753
try {
754754
this.rootSpatial = assetManager.loadModel(assetPath);
755755
this.loadException = null;

0 commit comments

Comments
 (0)