Changeset 527 for trunk/grails-app/domain/dbnp/studycapturing/Person.groovy
- Timestamp:
- Jun 4, 2010, 12:15:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Person.groovy
r496 r527 46 46 */ 47 47 48 class Person {48 class Person implements java.io.Serializable { 49 49 50 50 String title
Note: See TracChangeset
for help on using the changeset viewer.