Changeset 1349


Ignore:
Timestamp:
Jan 7, 2011, 4:08:48 PM (12 years ago)
Author:
work@…
Message:
  • fix for Javassist issue #254, needs some thorough testing...
Location:
trunk/grails-app/domain/dbnp/studycapturing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/Identity.groovy

    r1109 r1349  
    5555         * @visibility public
    5656         * @void
    57          */
    5857        public Identity() {
    5958                // set the local identifier
     
    6362                //log.debug ".instantiating [${identifier}:${super.getClass()}]"
    6463        }
     64         */
    6565
    6666        /**
     
    8585         */
    8686        final public int getIdentifier() {
     87                if (!identifier) setIdentifier()
     88
    8789                return identifier
    8890        }
  • trunk/grails-app/domain/dbnp/studycapturing/Template.groovy

    r1348 r1349  
    2020 * $Date$
    2121 */
    22 class Template implements Serializable {
     22class Template extends Identity {
    2323
    2424        /** The name of the template */
Note: See TracChangeset for help on using the changeset viewer.