Changeset 1014 for trunk/grails-app/domain
- Timestamp:
- Oct 29, 2010, 11:15:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/AssayModule.groovy
r959 r1014 12 12 String platform 13 13 14 /** The base URL at which the module instance is located */15 String url14 /** Consumer id (e.g., OAuth consuemr key) of module where instance is located */ 15 String consumer 16 16 17 17 static constraints = { … … 22 22 } 23 23 24 25 24 }
Note: See TracChangeset
for help on using the changeset viewer.