Project

General

Profile

« Previous | Next » 

Revision f404152d

Added by Leszek Koltunski 12 months ago

Introduce 'BandagedObject' - an abstraction and a step towards creator of Bandaged Pyraminxes.

View differences:

src/main/java/org/distorted/bandaged/BandagedCreatorWorkerThread.java
89 89
          }
90 90

  
91 91
        try  { mThis.wait(); }
92
        catch(InterruptedException ex) { }
92
        catch(InterruptedException ignored) { }
93 93
        }
94 94
      }
95 95
    }
......
313 313
      if(bos!=null)
314 314
        {
315 315
        try { bos.close(); }
316
        catch(IOException io) {}
316
        catch(IOException ignored) {}
317 317
        }
318 318
      }
319 319

  

Also available in: Unified diff