Changeset 12


Ignore:
Timestamp:
05/17/13 15:43:12 (11 years ago)
Author:
gguerrero
Message:

Fixed Zipper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/objectmq/src/omq/common/util/Zipper.java

    r11 r12  
    1616                        zos = new GZIPOutputStream(baos);
    1717                        zos.write(b);
    18                 } catch (IOException e) {
    19                         throw new IOException(e.getMessage(), e);
    2018                } finally{
    2119                        if(zos != null){
     
    4038                                baos.write(tmpBuffer, 0, n);
    4139                        }
    42                 } catch (IOException e) {
    43                         throw new IOException(e.getMessage(), e);
    4440                } finally {             
    4541                        if(zis != null){
Note: See TracChangeset for help on using the changeset viewer.