Changeset 187
- Timestamp:
 - Nov 17, 2009, 10:15:44 AM (16 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/grails-app/domain/TaskModification.groovy (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/domain/TaskModification.groovy
r180 r187 20 20 String toString() { 21 21 def date = new SimpleDateFormat("EEE, dd-MMM-yyyy").format(this.date) 22 "${taskModificationType} by ${person} on ${date}."22 "${taskModificationType} on ${date} by ${person}." 23 23 } 24 24 }  
Note: See TracChangeset
          for help on using the changeset viewer.
      