Changeset 187


Ignore:
Timestamp:
Nov 17, 2009, 10:15:44 AM (14 years ago)
Author:
gav
Message:

Small change of toString method.

File:
1 edited

Legend:

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

    r180 r187  
    2020    String toString() {
    2121        def date = new SimpleDateFormat("EEE, dd-MMM-yyyy").format(this.date)
    22         "${taskModificationType} by ${person} on ${date}."
     22        "${taskModificationType} on ${date} by ${person}."
    2323    }
    2424}
Note: See TracChangeset for help on using the changeset viewer.