- Timestamp:
- 03/28/13 15:39:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/DEBBTranslator/src/PLMXMLTranslator.java
r1021 r1038 97 97 String name = inputFileName.substring(position + 1); 98 98 // logger.debug("name=" + name); 99 outputFileName = path + " DCWORMS" + "_" + name;99 outputFileName = path + "/DCWORMS" + "_" + name; 100 100 } 101 101
Note: See TracChangeset
for help on using the changeset viewer.