Changeset 506 for trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy
- Timestamp:
- Jun 1, 2010, 1:09:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy
r496 r506 19 19 * @return List 20 20 */ 21 List<TemplateField> giveDomainFields() { return Sample.domainFields }21 static List<TemplateField> giveDomainFields() { return Sample.domainFields } 22 22 static List<TemplateField> domainFields = 23 23 [
Note: See TracChangeset
for help on using the changeset viewer.