Changeset 122 for trunk/grails-app/domain/MaintenancePolicy.groovy
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/MaintenancePolicy.groovy
r121 r122 12 12 // } 13 13 14 //String toString() {15 //"${this.name}"16 //}14 String toString() { 15 "${this.name}" 16 } 17 17 } 18 18
Note: See TracChangeset
for help on using the changeset viewer.