C-style arrays declaration should be replaced to java-style

This commit is contained in:
vyacheslav.raskulin 2020-09-09 14:53:03 +03:00
parent b23ccb8191
commit 022c1407ed
4 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ public class MageDesktopManager extends DefaultDesktopManager {
}
}
public static void main(String args[]) {
public static void main(String[] args) {
SwingUtilities.invokeLater(() -> {
JFrame frame = new JFrame();
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);