Skip to content

Commit

Permalink
chore: fix checkstyle DeclarationOrderCheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed Sep 29, 2024
1 parent a393ef3 commit b007b43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
* for a particular game template.
*/
public class UniverseSetupScreen extends CoreScreenLayer implements UISliderOnChangeTriggeredListener, PropertyChangeListener {
private static final Logger LOGGER = LoggerFactory.getLogger(UniverseSetupScreen.class);

public static final ResourceUrn ASSET_URI = new ResourceUrn("engine:universeSetupScreen");

private static final Logger LOGGER = LoggerFactory.getLogger(UniverseSetupScreen.class);

@In
private WorldGeneratorManager worldGeneratorManager;

Expand Down

0 comments on commit b007b43

Please sign in to comment.