diff options
Diffstat (limited to 'src/com/jogamp/opencl/util/ExceptionReporter.java')
-rw-r--r-- | src/com/jogamp/opencl/util/ExceptionReporter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/util/ExceptionReporter.java b/src/com/jogamp/opencl/util/ExceptionReporter.java index 17b92cc..d1c9c07 100644 --- a/src/com/jogamp/opencl/util/ExceptionReporter.java +++ b/src/com/jogamp/opencl/util/ExceptionReporter.java @@ -38,6 +38,7 @@ import javax.swing.WindowConstants; * * @author Michael Bien */ +@SuppressWarnings("serial") public class ExceptionReporter extends JDialog { public ExceptionReporter(Frame parent, boolean modal) { @@ -65,7 +66,6 @@ public class ExceptionReporter extends 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() { JLabel icon = new JLabel(); |