Ignore:
Timestamp:
Mar 10, 2010, 7:27:57 PM (13 years ago)
Author:
tabma
Message:
  • rewrite of celltype detection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy

    r251 r255  
    2525
    2626    String toString() {
    27         return "Name:" + name + "/Type:" + templatefieldtype + "/Entity:" + entity + "/Property:" + property + "/Celltype:" + celltype + "/Index:" + index + "/Value:" + value
     27        return "Name:" + name + "/TemplateFieldType:" + templatefieldtype + "/Entity:" + entity + "/Property:" + property + "/Celltype:" + celltype + "/Index:" + index + "/Value:" + value
    2828    }
    2929}
Note: See TracChangeset for help on using the changeset viewer.