Ignore:
Timestamp:
Jun 1, 2010, 1:09:06 PM (13 years ago)
Author:
keesvb
Message:

changed giveDomainFields() implementations in TemplateEntity? to static

File:
1 edited

Legend:

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

    r496 r506  
    2121         * @return List
    2222         */
    23         List<TemplateField> giveDomainFields() { return Study.domainFields }
     23        static List<TemplateField> giveDomainFields() { return Study.domainFields }
    2424
    2525        static final List<TemplateField> domainFields =
Note: See TracChangeset for help on using the changeset viewer.