OSDN Git Service

remove -nosplash option
[jindolf/Jindolf.git] / src / main / java / jp / sfjp / jindolf / util / GUIUtils.java
index f4a8aad..8a25302 100644 (file)
@@ -234,11 +234,10 @@ public final class GUIUtils{
 
         try{
             SwingUtilities.invokeAndWait(TASK_NOTHING);
-        }catch(InterruptedException e){
-            // IGNORE
-        }catch(InvocationTargetException e){
+        }catch(InterruptedException | InvocationTargetException e){
             // IGNORE
         }
+        // IGNORE
 
         return;
     }