- Timestamp:
- Nov 17, 2009, 10:15:44 AM (15 years ago)
- File:
-
- 1 edited
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.