- Timestamp:
- Jan 11, 2011, 7:15:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/AssayModule.groovy
r1357 r1366 24 24 * @see synchronizationService 25 25 */ 26 boolean notify = false;26 Boolean notify = false; 27 27 28 28 static constraints = { 29 notify(nullable:true) 29 30 } 30 31
Note: See TracChangeset
for help on using the changeset viewer.