- Timestamp:
- 03/28/13 16:11:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/DEBBTranslator/src/PLMXMLTranslator.java
r1038 r1043 80 80 || (outputFileName != null && outputFileName.isEmpty() == true)) { 81 81 82 if (inputFileName.contains(PLMXML_PREFIX)) {82 /*if (inputFileName.contains(PLMXML_PREFIX)) { 83 83 // If file name contains PLMXML replace it by DCWORMS 84 84 outputFileName = inputFileName.replace(PLMXML_PREFIX, DCWORMS_PREFIX); 85 } else { 85 } else {*/ 86 86 String pathSeparator = File.separator; 87 87 // logger.debug("pathSeparator=" + pathSeparator); … … 98 98 // logger.debug("name=" + name); 99 99 outputFileName = path + "/DCWORMS" + "_" + name; 100 }100 //} 101 101 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.