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

@ -259,7 +259,7 @@ public class FeedbackDialog extends javax.swing.JDialog {
/**
* @param args the command line arguments
*/
public static void main(String args[]) {
public static void main(String[] args) {
java.awt.EventQueue.invokeLater(() -> {
if (!dialog.isVisible()) {
dialog.setLocation(300, 200);