- Timestamp:
- Mar 3, 2010, 12:17:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldListItem.groovy
r225 r228 7 7 static constraints = { 8 8 } 9 10 String toString() { 11 return name; 12 } 9 13 }
Note: See TracChangeset
for help on using the changeset viewer.