Ignore:
Timestamp:
Nov 22, 2009, 4:28:39 PM (14 years ago)
Author:
gav
Message:

Format to 4 spaces, no tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/TaskRecurringSchedule.groovy

    r146 r195  
    3535
    3636    // As of Grails 1.1.1 this does not fire/pass before validation.
    37     // But setting some defaults above to pass validation and placing this code here 
    38         // in the hope that this will be fixed in future versions.
     37    // But setting some defaults above to pass validation and placing this code here
     38    // in the hope that this will be fixed in future versions.
    3939    def beforeInsert = {
    4040        nextTargetStartDate = startDate
Note: See TracChangeset for help on using the changeset viewer.