Changeset 728


Ignore:
Timestamp:
Jul 27, 2010, 2:22:08 PM (13 years ago)
Author:
tabma
Message:
  • fixed toString-method
File:
1 edited

Legend:

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

    r669 r728  
    2828
    2929    String toString() {
    30         return "Name:" + name + "/TemplateFieldType:" + fieldtype + "/Entity:" + entity + "/Property:" + property + "/Index:" + index + "/Value:" + value + "/Identifier:" + identifier
     30        return "Name:" + name + "/TemplateFieldType:" + templatefieldtype + "/Entity:" + entity + "/Property:" + property + "/Index:" + index + "/Value:" + value + "/Identifier:" + identifier
    3131    }
    3232}
Note: See TracChangeset for help on using the changeset viewer.