Changeset 19 for trunk/src/grails-app/domain/TypeOfModification.groovy
- Timestamp:
- Nov 25, 2008, 3:58:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/TypeOfModification.groovy
r18 r19 11 11 isActive() 12 12 } 13 14 String toString() { 15 "${this.name}" 16 } 13 17 }
Note: See TracChangeset
for help on using the changeset viewer.