- Timestamp:
- Feb 10, 2010, 1:55:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Protocol.groovy
r184 r186 15 15 16 16 static hasMany = [parameters : ProtocolParameter, compounds: Compound] 17 static constraints = { } 17 static constraints = { 18 reference(nullable: true) 19 } 18 20 19 21
Note: See TracChangeset
for help on using the changeset viewer.