- Timestamp:
- Jan 7, 2011, 4:10:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Identity.groovy
r1350 r1351 51 51 52 52 /** 53 * Class constructor increments that static iterator54 * and sets the object's identifier55 * @visibility public56 * @void57 public Identity() {58 // set the local identifier59 setIdentifier()60 61 // debug info62 //log.debug ".instantiating [${identifier}:${super.getClass()}]"63 }64 */65 66 /**67 53 * Method to increment the static iterator variable. This method 68 54 * is synchronized to assure a thread-safe increment.
Note: See TracChangeset
for help on using the changeset viewer.