Changeset 729


Ignore:
Timestamp:
Jul 27, 2010, 2:25:33 PM (13 years ago)
Author:
tabma
Message:
  • removed duplicate import
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/dbnp/importer/ImporterService.groovy

    r725 r729  
    2222import dbnp.studycapturing.TemplateFieldType
    2323import dbnp.studycapturing.Template
     24import dbnp.studycapturing.SamplingEvent
    2425import dbnp.studycapturing.Study
    2526import dbnp.studycapturing.Subject
    2627import dbnp.studycapturing.Event
    27 
    2828import dbnp.studycapturing.Sample
    2929
    3030import dbnp.data.Term
    31 import dbnp.studycapturing.SamplingEvent
    3231
    3332class ImporterService {
     
    315314                def template = Template.get(template_id)
    316315                def record = []
     316        def samplingevent = new SamplingEvent(template:template)
    317317
    318318                def study = new Study(template: template)
Note: See TracChangeset for help on using the changeset viewer.