Changeset 4615
- Timestamp:
- Oct 29, 2008, 9:59:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/AbstractFlatFileImporter.java
r4614 r4615 1192 1192 throws InvalidDataException 1193 1193 { 1194 System.out.println("checkMapping: ffp=" + ffp + "; expr=" + mapExpression + "; name=" + name);1195 1196 1194 if (mapExpression == null || mapExpression.length() == 0) 1197 1195 { … … 1226 1224 { 1227 1225 Mapper m = ffp.getMapper(mapExpression); 1228 System.out.println("Mapper: " + m);1229 1226 } 1230 1227 catch (Throwable t)
Note: See TracChangeset
for help on using the changeset viewer.