Clean up code

master
Captain Chaos 2022-08-21 17:23:01 +02:00
parent 670426acba
commit 5d87be2b81
1 changed files with 1 additions and 3 deletions

View File

@ -41,6 +41,7 @@ import static org.pepsoft.worldpainter.Constants.*;
*
* @author pepijn
*/
@SuppressWarnings({"unused", "Convert2Lambda", "Anonymous2MethodRef"}) // Managed by NetBeans
public class ErrorDialog extends javax.swing.JDialog {
/** Creates new form ErrorDialog */
public ErrorDialog(Dialog parent) {
@ -318,7 +319,6 @@ public class ErrorDialog extends javax.swing.JDialog {
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
@ -422,8 +422,6 @@ public class ErrorDialog extends javax.swing.JDialog {
private EventVO event;
private Mode mode = Mode.REPORTING_UNNECESSARY;
private static final double GB = 1024.0 * 1024.0 * 1024.0;
private static final String[] SYSTEM_PROPERTIES = {
"java.version",
"java.vendor",