Changeset 1352 for DCWoRMS/branches


Ignore:
Timestamp:
04/01/14 15:46:57 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/DEBBTranslator/src/PLMXMLTranslator.java

    r1297 r1352  
    169169                        logger.debug("File " + outputFileName + " transformed (sorted and updated) into " + outputFileName + " file"); 
    170170                } catch (Exception e) { 
    171                         e.printStackTrace(); 
     171                        throw e; 
    172172                } 
    173173                return outputFileName; 
Note: See TracChangeset for help on using the changeset viewer.