Reorder static final modifier

This commit is contained in:
AsamK 2023-11-10 14:03:13 +01:00
parent b20978e08e
commit c0aa338d7c
91 changed files with 137 additions and 137 deletions

View file

@ -47,7 +47,7 @@ import static net.sourceforge.argparse4j.DefaultSettings.VERSION_0_9_0_DEFAULT_S
public class App {
private final static Logger logger = LoggerFactory.getLogger(App.class);
private static final Logger logger = LoggerFactory.getLogger(App.class);
private final Namespace ns;