Changeset 206 for trunk/grails-app/services
- Timestamp:
- Dec 1, 2009, 3:48:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/TaskService.groovy
r204 r206 202 202 203 203 if(!result.taskInstance) 204 return fail(' task', "task.notFound")204 return fail('id', "task.notFound") 205 205 206 206 // Optimistic locking check.
Note: See TracChangeset
for help on using the changeset viewer.