diff graal/com.oracle.max.base/src/com/sun/max/gui/ThrowableDialog.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children
line wrap: on
line diff
--- a/graal/com.oracle.max.base/src/com/sun/max/gui/ThrowableDialog.java	Sun Dec 18 05:23:52 2011 +0100
+++ b/graal/com.oracle.max.base/src/com/sun/max/gui/ThrowableDialog.java	Sun Dec 18 05:24:06 2011 +0100
@@ -37,6 +37,11 @@
 public final class ThrowableDialog extends JDialog {
 
     /**
+     * 
+     */
+    private static final long serialVersionUID = 4566345464169636472L;
+
+    /**
      * Creates a dialog to display the details of an exception and makes it visible.
      *
      * @param throwable the exception whose details are being displayed
@@ -151,6 +156,7 @@
 
     // Test code
 
+    @SuppressWarnings("unused")
     public static void main(String[] args) {
         try {
             recurse(0);