OSDN Git Service

develop とマージ
[jindolf/Jindolf.git] / src / main / java / jp / sfjp / jindolf / config / InterVMLock.java
index 383d39b..964225f 100644 (file)
@@ -210,9 +210,7 @@ public class InterVMLock{
             boolean created = false;
             try{
                 created = this.lockFile.createNewFile();
-            }catch(IOException e){
-                assert true;   // IGNORE
-            }catch(SecurityException e){
+            }catch(IOException | SecurityException e){
                 assert true;   // IGNORE
             }finally{
                 if(created){